Html Css Color HEX #C5651F Chocolate

📋 copy color: '#C5651F'

red 197 ◦ green 101 ◦ blue 31

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

Shades of Chocolate #C5651F

Tints of Chocolate #C5651F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.7%

 BLUE value IS 31 (12.5% from 255) = 9.42%

R = 59.88%
G = 30.7%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C5651F (or 0xC5651F) is known color: Chocolate. HEX triplet: C5, 65 and 1F. RGB value is (197,101,31). Sum of RGB (Red+Green+Blue) = 197+101+31=329 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.88% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 31 (12.5% from 255 or 9.42% from 329); Max value from RGB is 197 - color contains mainly: red. Hex color #C5651F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5651F is #3A9AE0. Grayscale: #7A7A7A. Windows color (decimal): -3840737 or 2057669. OLE color: 2057669.

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

Color convert

RGB 197 101 31 -
CMYK 0 0.49 0.84 0.23
HSL 25.3º 0.73% 0.45% -
HSV(B) 25.3º 0.84% 0.77% -
XYZ 27.93 21.28 3.93 -
YUV 121.72 76.8 181.69 -
System Red Green Blue C M Y K H S L
Decimal 197 101 31 0 0.49 0.84 0.23 25.3 0.73 0.45
Hex C5 65 1F 0 31 54 17 19 49 2D
Octal 305 145 37 0 61 124 27 31 111 55
Binary 11000101 1100101 11111 0 110001 1010100 10111 11001 1001001 101101

Color Harmonies of #C5651F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5651F

Black with #C5651F

Text Example


Text Example

White with #C5651F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5651F; }

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

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

background-color css

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

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

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

border-color css

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

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

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