#C0842B

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

Shades of Geebung #C0842B

Tints of Geebung #C0842B

Color information

#C0842B (or 0xC0842B) is unknown color: approx Geebung. HEX triplet: C0, 84 and 2B. RGB value is (192,132,43). Sum of RGB (Red+Green+Blue) = 192+132+43=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 43 (17.19% from 255 or 11.72% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C0842B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0842B is #3F7BD4. Grayscale: #8C8C8C. Windows color (decimal): -4160469 or 2852032. OLE color: 2852032.

HSL color Cylindrical-coordinate representation of color #C0842B: hue angle of 35.84º 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 #C0842B is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB19213243-
CMYK00.310.780.25
HSL35.84º63.4%46.08%-
HSV(B)35.84º77.6%75.29%-
XYZ30.4327.886.06-
YUV139.7973.38165.24-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.32%
GREEN value IS 132 (51.95% from 255) = 35.97%
BLUE value IS 43 (17.19% from 255) = 11.72%
R=52.32%
G=35.97%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921324300.310.780.2535.8463.446.08
HexC0842B01F4E19243f2e
Octal3002045303711631447756
Binary1100000010000100101011011111100111011001100100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0842B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0842B; }

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

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

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

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

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

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

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

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