Html Css Color HEX #C5611B Chocolate

📋 copy color: '#C5611B'

red 197 ◦ green 97 ◦ blue 27

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

Shades of Chocolate #C5611B

Tints of Chocolate #C5611B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.22%

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

R = 61.37%
G = 30.22%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5611B (or 0xC5611B) is known color: Chocolate. HEX triplet: C5, 61 and 1B. RGB value is (197,97,27). Sum of RGB (Red+Green+Blue) = 197+97+27=321 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.37% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 27 (10.94% from 255 or 8.41% from 321); Max value from RGB is 197 - color contains mainly: red. Hex color #C5611B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5611B is #3A9EE4. Grayscale: #777777. Windows color (decimal): -3841765 or 1794501. OLE color: 1794501.

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

Color convert

RGB 197 97 27 -
CMYK 0 0.51 0.86 0.23
HSL 24.71º 0.76% 0.44% -
HSV(B) 24.71º 0.86% 0.77% -
XYZ 27.5 20.5 3.54 -
YUV 118.92 76.13 183.69 -
System Red Green Blue C M Y K H S L
Decimal 197 97 27 0 0.51 0.86 0.23 24.71 0.76 0.44
Hex C5 61 1B 0 33 56 17 19 4C 2C
Octal 305 141 33 0 63 126 27 31 114 54
Binary 11000101 1100001 11011 0 110011 1010110 10111 11001 1001100 101100

Color Harmonies of #C5611B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5611B

Black with #C5611B

Text Example


Text Example

White with #C5611B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5611B; }

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

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

background-color css

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

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

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

border-color css

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

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

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