#C5631F

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

Shades of Chocolate #C5631F

Tints of Chocolate #C5631F

Color information

#C5631F (or 0xC5631F) is unknown color: approx Chocolate. HEX triplet: C5, 63 and 1F. RGB value is (197,99,31). Sum of RGB (Red+Green+Blue) = 197+99+31=327 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.24% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 31 (12.5% from 255 or 9.48% from 327); Max value from RGB is 197 - color contains mainly: red. Hex color #C5631F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5631F is #3A9CE0. Grayscale: #787878. Windows color (decimal): -3841249 or 2057157. OLE color: 2057157.

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

Color convert

RGB1979931-
CMYK00.500.840.23
HSL24.58º72.81%44.71%-
HSV(B)24.58º84.26%77.25%-
XYZ27.7420.893.87-
YUV120.5577.47182.53-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 60.24%
GREEN value IS 99 (39.06% from 255) = 30.28%
BLUE value IS 31 (12.5% from 255) = 9.48%
R=60.24%
G=30.28%
B=9.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.84
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197993100.500.840.2324.5872.8144.71
HexC5631F032541719492d
Octal30514337062124273111155
Binary110001011100011111110110010101010010111110011001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5631F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5631F; }

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

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

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

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

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

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

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

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