Html Css Color HEX #C5631F Chocolate

📋 copy color: '#C5631F'

red 197 ◦ green 99 ◦ blue 31

#C5631F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chocolate #C5631F

Tints of Chocolate #C5631F

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 value IS 0

 M value IS 0.50

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C5631F (or 0xC5631F) is known color: 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

RGB 197 99 31 -
CMYK 0 0.50 0.84 0.23
HSL 24.58º 0.73% 0.45% -
HSV(B) 24.58º 0.84% 0.77% -
XYZ 27.74 20.89 3.87 -
YUV 120.55 77.47 182.53 -
System Red Green Blue C M Y K H S L
Decimal 197 99 31 0 0.50 0.84 0.23 24.58 0.73 0.45
Hex C5 63 1F 0 32 54 17 19 49 2D
Octal 305 143 37 0 62 124 27 31 111 55
Binary 11000101 1100011 11111 0 110010 1010100 10111 11001 1001001 101101

Color Harmonies of #C5631F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5631F

Black with #C5631F

Text Example


Text Example

White with #C5631F

Text Example


Text Example

HTML Codes & Css Web 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>