Html Css Color HEX #C5631E Chocolate

📋 copy color: '#C5631E'

red 197 ◦ green 99 ◦ blue 30

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

Shades of Chocolate #C5631E

Tints of Chocolate #C5631E

RGB

 RED value IS 197 (77.34% from 255) = 60.43%

 GREEN value IS 99 (39.06% from 255) = 30.37%

 BLUE value IS 30 (12.11% from 255) = 9.2%

R = 60.43%
G = 30.37%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C5631E (or 0xC5631E) is known color: Chocolate. HEX triplet: C5, 63 and 1E. RGB value is (197,99,30). Sum of RGB (Red+Green+Blue) = 197+99+30=326 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.43% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 30 (12.11% from 255 or 9.20% from 326); Max value from RGB is 197 - color contains mainly: red. Hex color #C5631E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5631E is #3A9CE1. Grayscale: #787878. Windows color (decimal): -3841250 or 1991621. OLE color: 1991621.

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

Color convert

RGB 197 99 30 -
CMYK 0 0.50 0.85 0.23
HSL 24.79º 0.74% 0.45% -
HSV(B) 24.79º 0.85% 0.77% -
XYZ 27.72 20.89 3.8 -
YUV 120.44 76.97 182.61 -
System Red Green Blue C M Y K H S L
Decimal 197 99 30 0 0.50 0.85 0.23 24.79 0.74 0.45
Hex C5 63 1E 0 32 55 17 19 4A 2D
Octal 305 143 36 0 62 125 27 31 112 55
Binary 11000101 1100011 11110 0 110010 1010101 10111 11001 1001010 101101

Color Harmonies of #C5631E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5631E

Black with #C5631E

Text Example


Text Example

White with #C5631E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5631E; }

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

 H1.HeaderClassName
 {
   color: #C5631E;
 }
 .AnyTagClassName
 {
   color: #C5631E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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