#C48435

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

Shades of Geebung #C48435

Tints of Geebung #C48435

Color information

#C48435 (or 0xC48435) is unknown color: approx Geebung. HEX triplet: C4, 84 and 35. RGB value is (196,132,53). Sum of RGB (Red+Green+Blue) = 196+132+53=381 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.44% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 53 (21.09% from 255 or 13.91% from 381); Max value from RGB is 196 - color contains mainly: red. Hex color #C48435 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48435 is #3B7BCA. Grayscale: #8E8E8E. Windows color (decimal): -3898315 or 3507396. OLE color: 3507396.

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

Color convert

RGB19613253-
CMYK00.330.730.23
HSL33.15º57.43%48.82%-
HSV(B)33.15º72.96%76.86%-
XYZ31.6628.57.2-
YUV142.1377.7166.42-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.44%
GREEN value IS 132 (51.95% from 255) = 34.65%
BLUE value IS 53 (21.09% from 255) = 13.91%
R=51.44%
G=34.65%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961325300.330.730.2333.1557.4348.82
HexC484350214917213931
Octal3042046504111127417161
Binary11000100100001001101010100001100100110111100001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48435; }

 p { color: rgb(196,132,53); }

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

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

 a { background-color: rgb(196,132,53); }

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

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

 span { border-color: rgb(196,132,53); }

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