Html Css Color HEX #C5651A Chocolate

📋 copy color: '#C5651A'

red 197 ◦ green 101 ◦ blue 26

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

Shades of Chocolate #C5651A

Tints of Chocolate #C5651A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.02%

R = 60.8%
G = 31.17%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C5651A (or 0xC5651A) is known color: Chocolate. HEX triplet: C5, 65 and 1A. RGB value is (197,101,26). Sum of RGB (Red+Green+Blue) = 197+101+26=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 26 (10.55% from 255 or 8.02% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C5651A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5651A is #3A9AE5. Grayscale: #797979. Windows color (decimal): -3840742 or 1729989. OLE color: 1729989.

HSL color Cylindrical-coordinate representation of color #C5651A: hue angle of 26.32º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C5651A is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 101 26 -
CMYK 0 0.49 0.87 0.23
HSL 26.32º 0.77% 0.44% -
HSV(B) 26.32º 0.87% 0.77% -
XYZ 27.87 21.25 3.61 -
YUV 121.15 74.3 182.1 -
System Red Green Blue C M Y K H S L
Decimal 197 101 26 0 0.49 0.87 0.23 26.32 0.77 0.44
Hex C5 65 1A 0 31 57 17 1A 4D 2C
Octal 305 145 32 0 61 127 27 32 115 54
Binary 11000101 1100101 11010 0 110001 1010111 10111 11010 1001101 101100

Color Harmonies of #C5651A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5651A

Black with #C5651A

Text Example


Text Example

White with #C5651A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5651A; }

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

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

background-color css

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

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

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

border-color css

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

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

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