Html Css Color HEX #CE541F Chocolate

📋 copy color: '#CE541F'

red 206 ◦ green 84 ◦ blue 31

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

Shades of Chocolate #CE541F

Tints of Chocolate #CE541F

RGB

 RED value IS 206 (80.86% from 255) = 64.17%

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

 BLUE value IS 31 (12.5% from 255) = 9.66%

R = 64.17%
G = 26.17%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE541F (or 0xCE541F) is known color: Chocolate. HEX triplet: CE, 54 and 1F. RGB value is (206,84,31). Sum of RGB (Red+Green+Blue) = 206+84+31=321 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.17% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 31 (12.5% from 255 or 9.66% from 321); Max value from RGB is 206 - color contains mainly: red. Hex color #CE541F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE541F is #31ABE0. Grayscale: #727272. Windows color (decimal): -3255265 or 2053326. OLE color: 2053326.

HSL color Cylindrical-coordinate representation of color #CE541F: hue angle of 18.17º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE541F is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 84 31 -
CMYK 0 0.59 0.85 0.19
HSL 18.17º 0.74% 0.46% -
HSV(B) 18.17º 0.85% 0.81% -
XYZ 28.87 19.56 3.55 -
YUV 114.44 80.92 193.31 -
System Red Green Blue C M Y K H S L
Decimal 206 84 31 0 0.59 0.85 0.19 18.17 0.74 0.46
Hex CE 54 1F 0 3B 55 13 12 4A 2E
Octal 316 124 37 0 73 125 23 22 112 56
Binary 11001110 1010100 11111 0 111011 1010101 10011 10010 1001010 101110

Color Harmonies of #CE541F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE541F

Black with #CE541F

Text Example


Text Example

White with #CE541F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE541F; }

 p { color: rgb(206,84,31); }

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

background-color css

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

 a { background-color: rgb(206,84,31); }

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

border-color css

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

 span { border-color: rgb(206,84,31); }

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