Html Css Color HEX #CE541A Chocolate

📋 copy color: '#CE541A'

red 206 ◦ green 84 ◦ blue 26

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

Shades of Chocolate #CE541A

Tints of Chocolate #CE541A

RGB

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

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

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

R = 65.19%
G = 26.58%
B = 8.23%

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

#CE541A (or 0xCE541A) is known color: Chocolate. HEX triplet: CE, 54 and 1A. RGB value is (206,84,26). Sum of RGB (Red+Green+Blue) = 206+84+26=316 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.19% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 26 (10.55% from 255 or 8.23% from 316); Max value from RGB is 206 - color contains mainly: red. Hex color #CE541A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE541A is #31ABE5. Grayscale: #727272. Windows color (decimal): -3255270 or 1725646. OLE color: 1725646.

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

Color convert

RGB 206 84 26 -
CMYK 0 0.59 0.87 0.19
HSL 19.33º 0.78% 0.45% -
HSV(B) 19.33º 0.87% 0.81% -
XYZ 28.81 19.54 3.23 -
YUV 113.87 78.42 193.72 -
System Red Green Blue C M Y K H S L
Decimal 206 84 26 0 0.59 0.87 0.19 19.33 0.78 0.45
Hex CE 54 1A 0 3B 57 13 13 4E 2D
Octal 316 124 32 0 73 127 23 23 116 55
Binary 11001110 1010100 11010 0 111011 1010111 10011 10011 1001110 101101

Color Harmonies of #CE541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE541A

Black with #CE541A

Text Example


Text Example

White with #CE541A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE541A; }

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

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

background-color css

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

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

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

border-color css

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

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

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