Html Css Color HEX #CE521B Chocolate

📋 copy color: '#CE521B'

red 206 ◦ green 82 ◦ blue 27

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

Shades of Chocolate #CE521B

Tints of Chocolate #CE521B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.03%

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

R = 65.4%
G = 26.03%
B = 8.57%

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

#CE521B (or 0xCE521B) is known color: Chocolate. HEX triplet: CE, 52 and 1B. RGB value is (206,82,27). Sum of RGB (Red+Green+Blue) = 206+82+27=315 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.40% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 27 (10.94% from 255 or 8.57% from 315); Max value from RGB is 206 - color contains mainly: red. Hex color #CE521B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE521B is #31ADE4. Grayscale: #717171. Windows color (decimal): -3255781 or 1790670. OLE color: 1790670.

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

Color convert

RGB 206 82 27 -
CMYK 0 0.60 0.87 0.19
HSL 18.44º 0.77% 0.46% -
HSV(B) 18.44º 0.87% 0.81% -
XYZ 28.67 19.24 3.24 -
YUV 112.81 79.58 194.47 -
System Red Green Blue C M Y K H S L
Decimal 206 82 27 0 0.60 0.87 0.19 18.44 0.77 0.46
Hex CE 52 1B 0 3C 57 13 12 4D 2E
Octal 316 122 33 0 74 127 23 22 115 56
Binary 11001110 1010010 11011 0 111100 1010111 10011 10010 1001101 101110

Color Harmonies of #CE521B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE521B

Black with #CE521B

Text Example


Text Example

White with #CE521B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE521B; }

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

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

background-color css

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

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

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

border-color css

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

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

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