#C0841C

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

Shades of Geebung #C0841C

Tints of Geebung #C0841C

Color information

#C0841C (or 0xC0841C) is unknown color: approx Geebung. HEX triplet: C0, 84 and 1C. RGB value is (192,132,28). Sum of RGB (Red+Green+Blue) = 192+132+28=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 132 (51.95% from 255 or 37.5% from 352); Blue value is 28 (11.33% from 255 or 7.95% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C0841C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0841C is #3F7BE3. Grayscale: #8A8A8A. Windows color (decimal): -4160484 or 1868992. OLE color: 1868992.

HSL color Cylindrical-coordinate representation of color #C0841C: hue angle of 38.05º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C0841C is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB19213228-
CMYK00.310.850.25
HSL38.05º74.55%43.14%-
HSV(B)38.05º85.42%75.29%-
XYZ30.227.794.87-
YUV138.0865.88166.46-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.55%
GREEN value IS 132 (51.95% from 255) = 37.5%
BLUE value IS 28 (11.33% from 255) = 7.95%
R=54.55%
G=37.5%
B=7.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921322800.310.850.2538.0574.5543.14
HexC0841C01F5519264b2b
Octal30020434037125314611353
Binary1100000010000100111000111111010101110011001101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0841C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0841C; }

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

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

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

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

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

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

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

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