Html Css Color HEX #C5651B Chocolate

📋 copy color: '#C5651B'

red 197 ◦ green 101 ◦ blue 27

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

Shades of Chocolate #C5651B

Tints of Chocolate #C5651B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.31%

R = 60.62%
G = 31.08%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5651B (or 0xC5651B) is known color: Chocolate. HEX triplet: C5, 65 and 1B. RGB value is (197,101,27). Sum of RGB (Red+Green+Blue) = 197+101+27=325 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.62% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 27 (10.94% from 255 or 8.31% from 325); Max value from RGB is 197 - color contains mainly: red. Hex color #C5651B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5651B is #3A9AE4. Grayscale: #797979. Windows color (decimal): -3840741 or 1795525. OLE color: 1795525.

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

Color convert

RGB 197 101 27 -
CMYK 0 0.49 0.86 0.23
HSL 26.12º 0.76% 0.44% -
HSV(B) 26.12º 0.86% 0.77% -
XYZ 27.88 21.26 3.67 -
YUV 121.27 74.8 182.02 -
System Red Green Blue C M Y K H S L
Decimal 197 101 27 0 0.49 0.86 0.23 26.12 0.76 0.44
Hex C5 65 1B 0 31 56 17 1A 4C 2C
Octal 305 145 33 0 61 126 27 32 114 54
Binary 11000101 1100101 11011 0 110001 1010110 10111 11010 1001100 101100

Color Harmonies of #C5651B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5651B

Black with #C5651B

Text Example


Text Example

White with #C5651B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5651B; }

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

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

background-color css

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

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

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

border-color css

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

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

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