Html Css Color HEX #C5541A Chocolate

📋 copy color: '#C5541A'

red 197 ◦ green 84 ◦ blue 26

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

Shades of Chocolate #C5541A

Tints of Chocolate #C5541A

RGB

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

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

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

R = 64.17%
G = 27.36%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C5541A (or 0xC5541A) is known color: Chocolate. HEX triplet: C5, 54 and 1A. RGB value is (197,84,26). Sum of RGB (Red+Green+Blue) = 197+84+26=307 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.17% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 26 (10.55% from 255 or 8.47% from 307); Max value from RGB is 197 - color contains mainly: red. Hex color #C5541A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5541A is #3AABE5. Grayscale: #6F6F6F. Windows color (decimal): -3845094 or 1725637. OLE color: 1725637.

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

Color convert

RGB 197 84 26 -
CMYK 0 0.57 0.87 0.23
HSL 20.35º 0.77% 0.44% -
HSV(B) 20.35º 0.87% 0.77% -
XYZ 26.38 18.29 3.12 -
YUV 111.18 79.94 189.22 -
System Red Green Blue C M Y K H S L
Decimal 197 84 26 0 0.57 0.87 0.23 20.35 0.77 0.44
Hex C5 54 1A 0 39 57 17 14 4D 2C
Octal 305 124 32 0 71 127 27 24 115 54
Binary 11000101 1010100 11010 0 111001 1010111 10111 10100 1001101 101100

Color Harmonies of #C5541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5541A

Black with #C5541A

Text Example


Text Example

White with #C5541A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5541A; }

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

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

background-color css

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

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

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

border-color css

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

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

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