Html Css Color HEX #C5541B Chocolate

📋 copy color: '#C5541B'

red 197 ◦ green 84 ◦ blue 27

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

Shades of Chocolate #C5541B

Tints of Chocolate #C5541B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.27%

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

R = 63.96%
G = 27.27%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5541B (or 0xC5541B) is known color: Chocolate. HEX triplet: C5, 54 and 1B. RGB value is (197,84,27). Sum of RGB (Red+Green+Blue) = 197+84+27=308 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.96% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 27 (10.94% from 255 or 8.77% from 308); Max value from RGB is 197 - color contains mainly: red. Hex color #C5541B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5541B is #3AABE4. Grayscale: #6F6F6F. Windows color (decimal): -3845093 or 1791173. OLE color: 1791173.

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

Color convert

RGB 197 84 27 -
CMYK 0 0.57 0.86 0.23
HSL 20.12º 0.76% 0.44% -
HSV(B) 20.12º 0.86% 0.77% -
XYZ 26.39 18.29 3.18 -
YUV 111.29 80.44 189.13 -
System Red Green Blue C M Y K H S L
Decimal 197 84 27 0 0.57 0.86 0.23 20.12 0.76 0.44
Hex C5 54 1B 0 39 56 17 14 4C 2C
Octal 305 124 33 0 71 126 27 24 114 54
Binary 11000101 1010100 11011 0 111001 1010110 10111 10100 1001100 101100

Color Harmonies of #C5541B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5541B

Black with #C5541B

Text Example


Text Example

White with #C5541B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5541B; }

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

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

background-color css

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

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

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

border-color css

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

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

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