#C48223

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

Shades of Geebung #C48223

Tints of Geebung #C48223

Color information

#C48223 (or 0xC48223) is unknown color: approx Geebung. HEX triplet: C4, 82 and 23. RGB value is (196,130,35). Sum of RGB (Red+Green+Blue) = 196+130+35=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 35 (14.06% from 255 or 9.70% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C48223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48223 is #3B7DDC. Grayscale: #8B8B8B. Windows color (decimal): -3898845 or 2327236. OLE color: 2327236.

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

Color convert

RGB19613035-
CMYK00.340.820.23
HSL35.4º69.7%45.29%-
HSV(B)35.4º82.14%76.86%-
XYZ31.0527.825.32-
YUV138.969.37168.72-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 54.29%
GREEN value IS 130 (51.17% from 255) = 36.01%
BLUE value IS 35 (14.06% from 255) = 9.70%
R=54.29%
G=36.01%
B=9.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.82
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961303500.340.820.2335.469.745.29
HexC48223022521723462d
Octal30420243042122274310655
Binary110001001000001010001101000101010010101111000111000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48223; }

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

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

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

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

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

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

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

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