Html Css Color HEX #CE541B Chocolate

📋 copy color: '#CE541B'

red 206 ◦ green 84 ◦ blue 27

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

Shades of Chocolate #CE541B

Tints of Chocolate #CE541B

RGB

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

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

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

R = 64.98%
G = 26.5%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE541B (or 0xCE541B) is known color: Chocolate. HEX triplet: CE, 54 and 1B. RGB value is (206,84,27). Sum of RGB (Red+Green+Blue) = 206+84+27=317 (41% of max value = 765). Red value is 206 (80.86% from 255 or 64.98% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 27 (10.94% from 255 or 8.52% from 317); Max value from RGB is 206 - color contains mainly: red. Hex color #CE541B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE541B is #31ABE4. Grayscale: #727272. Windows color (decimal): -3255269 or 1791182. OLE color: 1791182.

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

Color convert

RGB 206 84 27 -
CMYK 0 0.59 0.87 0.19
HSL 19.11º 0.77% 0.46% -
HSV(B) 19.11º 0.87% 0.81% -
XYZ 28.82 19.54 3.29 -
YUV 113.98 78.92 193.63 -
System Red Green Blue C M Y K H S L
Decimal 206 84 27 0 0.59 0.87 0.19 19.11 0.77 0.46
Hex CE 54 1B 0 3B 57 13 13 4D 2E
Octal 316 124 33 0 73 127 23 23 115 56
Binary 11001110 1010100 11011 0 111011 1010111 10011 10011 1001101 101110

Color Harmonies of #CE541B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE541B

Black with #CE541B

Text Example


Text Example

White with #CE541B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE541B; }

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

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

background-color css

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

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

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

border-color css

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

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

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