Html Css Color HEX #C8541D Chocolate

📋 copy color: '#C8541D'

red 200 ◦ green 84 ◦ blue 29

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

Shades of Chocolate #C8541D

Tints of Chocolate #C8541D

RGB

 RED value IS 200 (78.52% from 255) = 63.9%

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

 BLUE value IS 29 (11.72% from 255) = 9.27%

R = 63.9%
G = 26.84%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8541D (or 0xC8541D) is known color: Chocolate. HEX triplet: C8, 54 and 1D. RGB value is (200,84,29). Sum of RGB (Red+Green+Blue) = 200+84+29=313 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.90% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 29 (11.72% from 255 or 9.27% from 313); Max value from RGB is 200 - color contains mainly: red. Hex color #C8541D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8541D is #37ABE2. Grayscale: #707070. Windows color (decimal): -3648483 or 1922248. OLE color: 1922248.

HSL color Cylindrical-coordinate representation of color #C8541D: hue angle of 19.3º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C8541D is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 84 29 -
CMYK 0 0.58 0.86 0.22
HSL 19.3º 0.75% 0.45% -
HSV(B) 19.3º 0.86% 0.78% -
XYZ 27.21 18.71 3.34 -
YUV 112.41 80.93 190.47 -
System Red Green Blue C M Y K H S L
Decimal 200 84 29 0 0.58 0.86 0.22 19.3 0.75 0.45
Hex C8 54 1D 0 3A 56 16 13 4B 2D
Octal 310 124 35 0 72 126 26 23 113 55
Binary 11001000 1010100 11101 0 111010 1010110 10110 10011 1001011 101101

Color Harmonies of #C8541D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8541D

Black with #C8541D

Text Example


Text Example

White with #C8541D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8541D; }

 p { color: rgb(200,84,29); }

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

background-color css

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

 a { background-color: rgb(200,84,29); }

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

border-color css

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

 span { border-color: rgb(200,84,29); }

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