#C48A34

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

Shades of Geebung #C48A34

Tints of Geebung #C48A34

Color information

#C48A34 (or 0xC48A34) is unknown color: approx Geebung. HEX triplet: C4, 8A and 34. RGB value is (196,138,52). Sum of RGB (Red+Green+Blue) = 196+138+52=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 52 (20.70% from 255 or 13.47% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48A34 is #3B75CB. Grayscale: #919191. Windows color (decimal): -3896780 or 3443396. OLE color: 3443396.

HSL color Cylindrical-coordinate representation of color #C48A34: hue angle of 35.83º degrees, saturation: 0.58, 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 #C48A34 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB19613852-
CMYK00.300.730.23
HSL35.83º58.06%48.63%-
HSV(B)35.83º73.47%76.86%-
XYZ32.4730.167.36-
YUV145.5475.22163.99-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.78%
GREEN value IS 138 (54.30% from 255) = 35.75%
BLUE value IS 52 (20.70% from 255) = 13.47%
R=50.78%
G=35.75%
B=13.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961385200.300.730.2335.8358.0648.63
HexC48A3401E4917243a31
Octal3042126403611127447261
Binary1100010010001010110100011110100100110111100100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48A34; }

 p { color: rgb(196,138,52); }

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

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

 a { background-color: rgb(196,138,52); }

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

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

 span { border-color: rgb(196,138,52); }

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