#C0802B

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

Shades of Geebung #C0802B

Tints of Geebung #C0802B

Color information

#C0802B (or 0xC0802B) is unknown color: approx Geebung. HEX triplet: C0, 80 and 2B. RGB value is (192,128,43). Sum of RGB (Red+Green+Blue) = 192+128+43=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 43 (17.19% from 255 or 11.85% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C0802B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0802B is #3F7FD4. Grayscale: #898989. Windows color (decimal): -4161493 or 2851008. OLE color: 2851008.

HSL color Cylindrical-coordinate representation of color #C0802B: hue angle of 34.23º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C0802B is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB19212843-
CMYK00.330.780.25
HSL34.23º63.4%46.08%-
HSV(B)34.23º77.6%75.29%-
XYZ29.8926.825.89-
YUV137.4574.7166.91-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.89%
GREEN value IS 128 (50.39% from 255) = 35.26%
BLUE value IS 43 (17.19% from 255) = 11.85%
R=52.89%
G=35.26%
B=11.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921284300.330.780.2534.2363.446.08
HexC0802B0214E19223f2e
Octal3002005304111631427756
Binary11000000100000001010110100001100111011001100010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0802B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0802B; }

 p { color: rgb(192,128,43); }

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

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

 a { background-color: rgb(192,128,43); }

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

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

 span { border-color: rgb(192,128,43); }

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