Html Css Color HEX #CE541E Chocolate

📋 copy color: '#CE541E'

red 206 ◦ green 84 ◦ blue 30

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

Shades of Chocolate #CE541E

Tints of Chocolate #CE541E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.38%

R = 64.38%
G = 26.25%
B = 9.38%

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

#CE541E (or 0xCE541E) is known color: Chocolate. HEX triplet: CE, 54 and 1E. RGB value is (206,84,30). Sum of RGB (Red+Green+Blue) = 206+84+30=320 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.38% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 30 (12.11% from 255 or 9.38% from 320); Max value from RGB is 206 - color contains mainly: red. Hex color #CE541E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE541E is #31ABE1. Grayscale: #727272. Windows color (decimal): -3255266 or 1987790. OLE color: 1987790.

HSL color Cylindrical-coordinate representation of color #CE541E: hue angle of 18.41º degrees, saturation: 0.75, 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 #CE541E is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 84 30 -
CMYK 0 0.59 0.85 0.19
HSL 18.41º 0.75% 0.46% -
HSV(B) 18.41º 0.85% 0.81% -
XYZ 28.86 19.56 3.48 -
YUV 114.32 80.42 193.39 -
System Red Green Blue C M Y K H S L
Decimal 206 84 30 0 0.59 0.85 0.19 18.41 0.75 0.46
Hex CE 54 1E 0 3B 55 13 12 4B 2E
Octal 316 124 36 0 73 125 23 22 113 56
Binary 11001110 1010100 11110 0 111011 1010101 10011 10010 1001011 101110

Color Harmonies of #CE541E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE541E

Black with #CE541E

Text Example


Text Example

White with #CE541E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE541E; }

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

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

background-color css

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

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

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

border-color css

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

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

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