#C48033

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

Shades of Geebung #C48033

Tints of Geebung #C48033

Color information

#C48033 (or 0xC48033) is unknown color: approx Geebung. HEX triplet: C4, 80 and 33. RGB value is (196,128,51). Sum of RGB (Red+Green+Blue) = 196+128+51=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 51 (20.31% from 255 or 13.6% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C48033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48033 is #3B7FCC. Grayscale: #8B8B8B. Windows color (decimal): -3899341 or 3375300. OLE color: 3375300.

HSL color Cylindrical-coordinate representation of color #C48033: hue angle of 31.86º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C48033 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB19612851-
CMYK00.350.740.23
HSL31.86º58.7%48.43%-
HSV(B)31.86º73.98%76.86%-
XYZ31.0827.416.79-
YUV139.5578.03168.26-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.27%
GREEN value IS 128 (50.39% from 255) = 34.13%
BLUE value IS 51 (20.31% from 255) = 13.6%
R=52.27%
G=34.13%
B=13.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.74
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961285100.350.740.2331.8658.748.43
HexC480330234A17203b30
Octal3042006304311227407360
Binary11000100100000001100110100011100101010111100000111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48033; }

 p { color: rgb(196,128,51); }

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

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

 a { background-color: rgb(196,128,51); }

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

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

 span { border-color: rgb(196,128,51); }

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