Html Css Color HEX #CE531B Chocolate

📋 copy color: '#CE531B'

red 206 ◦ green 83 ◦ blue 27

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

Shades of Chocolate #CE531B

Tints of Chocolate #CE531B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.27%

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

R = 65.19%
G = 26.27%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE531B (or 0xCE531B) is known color: Chocolate. HEX triplet: CE, 53 and 1B. RGB value is (206,83,27). Sum of RGB (Red+Green+Blue) = 206+83+27=316 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.19% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 27 (10.94% from 255 or 8.54% from 316); Max value from RGB is 206 - color contains mainly: red. Hex color #CE531B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE531B is #31ACE4. Grayscale: #717171. Windows color (decimal): -3255525 or 1790926. OLE color: 1790926.

HSL color Cylindrical-coordinate representation of color #CE531B: hue angle of 18.77º 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 #CE531B is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 83 27 -
CMYK 0 0.60 0.87 0.19
HSL 18.77º 0.77% 0.46% -
HSV(B) 18.77º 0.87% 0.81% -
XYZ 28.74 19.39 3.26 -
YUV 113.39 79.25 194.05 -
System Red Green Blue C M Y K H S L
Decimal 206 83 27 0 0.60 0.87 0.19 18.77 0.77 0.46
Hex CE 53 1B 0 3C 57 13 13 4D 2E
Octal 316 123 33 0 74 127 23 23 115 56
Binary 11001110 1010011 11011 0 111100 1010111 10011 10011 1001101 101110

Color Harmonies of #CE531B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE531B

Black with #CE531B

Text Example


Text Example

White with #CE531B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE531B; }

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

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

background-color css

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

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

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

border-color css

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

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

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