#C48536

Color #C48536 Geebung (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geebung #C48536

Tints of Geebung #C48536

Color information

#C48536 (or 0xC48536) is unknown color: approx Geebung. HEX triplet: C4, 85 and 36. RGB value is (196,133,54). Sum of RGB (Red+Green+Blue) = 196+133+54=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 54 (21.48% from 255 or 14.10% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C48536 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48536 is #3B7AC9. Grayscale: #8F8F8F. Windows color (decimal): -3898058 or 3573188. OLE color: 3573188.

HSL color Cylindrical-coordinate representation of color #C48536: hue angle of 33.38º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C48536 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB19613354-
CMYK00.320.720.23
HSL33.38º56.8%49.02%-
HSV(B)33.38º72.45%76.86%-
XYZ31.8228.787.37-
YUV142.8377.87165.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 51.17%
GREEN value IS 133 (52.34% from 255) = 34.73%
BLUE value IS 54 (21.48% from 255) = 14.10%
R=51.17%
G=34.73%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961335400.320.720.2333.3856.849.02
HexC485360204817213931
Octal3042056604011027417161
Binary11000100100001011101100100000100100010111100001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48536; }

 p { color: rgb(196,133,54); }

 H1.HeaderClassName
 {
   color: #C48536;
 }
 .AnyTagClassName
 {
   color: #C48536;
 }
</style>
background-color css

<style>
 a { background-color: #C48536; }

 a { background-color: rgb(196,133,54); }

 div.DivClassName
 {
   background-color: #C48536;
 }
 .BgClassName
 {
   background-color: #C48536;
 }
</style>
border-color css

<style>
 span { border-color: #C48536; }

 span { border-color: rgb(196,133,54); }

 td.TdClassName
 {
   border-color: #C48536;
 }
 .TagClassName
 {
   border-color: #C48536;
 }
</style>