#c48226

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

Shades of Geebung #C48226

Tints of Geebung #C48226

Color information

#C48226 (or 0xC48226) is unknown color: approx Geebung. HEX triplet: C4, 82 and 26. RGB value is (196,130,38). Sum of RGB (Red+Green+Blue) = 196+130+38=364 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.85% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 38 (15.23% from 255 or 10.44% from 364); Max value from RGB is 196 - color contains mainly: red. Hex color #C48226 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48226 is #3B7DD9. Grayscale: #8B8B8B. Windows color (decimal): -3898842 or 2523844. OLE color: 2523844.

HSL color Cylindrical-coordinate representation of color #C48226: hue angle of 34.94º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C48226 is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB19613038-
CMYK00.340.810.23
HSL34.94º67.52%45.88%-
HSV(B)34.94º80.61%76.86%-
XYZ31.127.845.57-
YUV139.2570.87168.48-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 53.85%
GREEN value IS 130 (51.17% from 255) = 35.71%
BLUE value IS 38 (15.23% from 255) = 10.44%
R=53.85%
G=35.71%
B=10.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.81
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961303800.340.810.2334.9467.5245.88
HexC48226022511723442e
Octal30420246042121274310456
Binary110001001000001010011001000101010001101111000111000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c48226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c48226; }

 p { color: rgb(196,130,38); }

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

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

 a { background-color: rgb(196,130,38); }

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

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

 span { border-color: rgb(196,130,38); }

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