Html Css Color HEX #CE5B1B Chocolate

📋 copy color: '#CE5B1B'

red 206 ◦ green 91 ◦ blue 27

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

Shades of Chocolate #CE5B1B

Tints of Chocolate #CE5B1B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.09%

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

R = 63.58%
G = 28.09%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE5B1B (or 0xCE5B1B) is known color: Chocolate. HEX triplet: CE, 5B and 1B. RGB value is (206,91,27). Sum of RGB (Red+Green+Blue) = 206+91+27=324 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.58% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 27 (10.94% from 255 or 8.33% from 324); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5B1B is #31A4E4. Grayscale: #767676. Windows color (decimal): -3253477 or 1792974. OLE color: 1792974.

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

Color convert

RGB 206 91 27 -
CMYK 0 0.56 0.87 0.19
HSL 21.45º 0.77% 0.46% -
HSV(B) 21.45º 0.87% 0.81% -
XYZ 29.39 20.68 3.48 -
YUV 118.09 76.6 190.7 -
System Red Green Blue C M Y K H S L
Decimal 206 91 27 0 0.56 0.87 0.19 21.45 0.77 0.46
Hex CE 5B 1B 0 38 57 13 15 4D 2E
Octal 316 133 33 0 70 127 23 25 115 56
Binary 11001110 1011011 11011 0 111000 1010111 10011 10101 1001101 101110

Color Harmonies of #CE5B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5B1B

Black with #CE5B1B

Text Example


Text Example

White with #CE5B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5B1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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