#C5851C

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

Shades of Geebung #C5851C

Tints of Geebung #C5851C

Color information

#C5851C (or 0xC5851C) is unknown color: approx Geebung. HEX triplet: C5, 85 and 1C. RGB value is (197,133,28). Sum of RGB (Red+Green+Blue) = 197+133+28=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 28 (11.33% from 255 or 7.82% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C5851C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5851C is #3A7AE3. Grayscale: #8C8C8C. Windows color (decimal): -3832548 or 1869253. OLE color: 1869253.

HSL color Cylindrical-coordinate representation of color #C5851C: hue angle of 37.28º 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 #C5851C is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB19713328-
CMYK00.320.860.23
HSL37.28º75.11%44.12%-
HSV(B)37.28º85.79%77.25%-
XYZ31.6228.734.98-
YUV140.1764.7168.54-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 55.03%
GREEN value IS 133 (52.34% from 255) = 37.15%
BLUE value IS 28 (11.33% from 255) = 7.82%
R=55.03%
G=37.15%
B=7.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.86
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971332800.320.860.2337.2875.1144.12
HexC5851C0205617254b2c
Octal30520534040126274511354
Binary11000101100001011110001000001010110101111001011001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5851C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5851C; }

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

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

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

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

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

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

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

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