#C5831F

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

Shades of Geebung #C5831F

Tints of Geebung #C5831F

Color information

#C5831F (or 0xC5831F) is unknown color: approx Geebung. HEX triplet: C5, 83 and 1F. RGB value is (197,131,31). Sum of RGB (Red+Green+Blue) = 197+131+31=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 31 (12.5% from 255 or 8.64% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C5831F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5831F is #3A7CE0. Grayscale: #8B8B8B. Windows color (decimal): -3833057 or 2065349. OLE color: 2065349.

HSL color Cylindrical-coordinate representation of color #C5831F: hue angle of 36.14º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C5831F is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB19713131-
CMYK00.340.840.23
HSL36.14º72.81%44.71%-
HSV(B)36.14º84.26%77.25%-
XYZ31.3928.25.09-
YUV139.3366.87169.13-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 54.87%
GREEN value IS 131 (51.56% from 255) = 36.49%
BLUE value IS 31 (12.5% from 255) = 8.64%
R=54.87%
G=36.49%
B=8.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.84
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971313100.340.840.2336.1472.8144.71
HexC5831F022541724492d
Octal30520337042124274411155
Binary11000101100000111111101000101010100101111001001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5831F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5831F; }

 p { color: rgb(197,131,31); }

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

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

 a { background-color: rgb(197,131,31); }

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

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

 span { border-color: rgb(197,131,31); }

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