#C5841C

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

Shades of Geebung #C5841C

Tints of Geebung #C5841C

Color information

#C5841C (or 0xC5841C) is unknown color: approx Geebung. HEX triplet: C5, 84 and 1C. RGB value is (197,132,28). Sum of RGB (Red+Green+Blue) = 197+132+28=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 28 (11.33% from 255 or 7.84% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C5841C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5841C is #3A7BE3. Grayscale: #8C8C8C. Windows color (decimal): -3832804 or 1868997. OLE color: 1868997.

HSL color Cylindrical-coordinate representation of color #C5841C: hue angle of 36.92º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C5841C is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB19713228-
CMYK00.330.860.23
HSL36.92º75.11%44.12%-
HSV(B)36.92º85.79%77.25%-
XYZ31.4928.464.93-
YUV139.5865.03168.96-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 55.18%
GREEN value IS 132 (51.95% from 255) = 36.97%
BLUE value IS 28 (11.33% from 255) = 7.84%
R=55.18%
G=36.97%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.86
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971322800.330.860.2336.9275.1144.12
HexC5841C0215617254b2c
Octal30520434041126274511354
Binary11000101100001001110001000011010110101111001011001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5841C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5841C; }

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

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

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

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

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

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

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

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