#ce872e

Color #CE872E Dixie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dixie #CE872E

Tints of Dixie #CE872E

Color information

#CE872E (or 0xCE872E) is unknown color: approx Dixie. HEX triplet: CE, 87 and 2E. RGB value is (206,135,46). Sum of RGB (Red+Green+Blue) = 206+135+46=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 46 (18.36% from 255 or 11.89% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CE872E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE872E is #3178D1. Grayscale: #929292. Windows color (decimal): -3242194 or 3049422. OLE color: 3049422.

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

Color convert

RGB20613546-
CMYK00.340.780.19
HSL33.38º63.49%49.41%-
HSV(B)33.38º77.67%80.78%-
XYZ34.6130.656.68-
YUV146.0871.52170.74-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 53.23%
GREEN value IS 135 (53.12% from 255) = 34.88%
BLUE value IS 46 (18.36% from 255) = 11.89%
R=53.23%
G=34.88%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.78
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061354600.340.780.1933.3863.4949.41
HexCE872E0224E13213f31
Octal3162075604211623417761
Binary11001110100001111011100100010100111010011100001111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce872e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce872e; }

 p { color: rgb(206,135,46); }

 H1.HeaderClassName
 {
   color: #ce872e;
 }
 .AnyTagClassName
 {
   color: #ce872e;
 }
</style>
background-color css

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

 a { background-color: rgb(206,135,46); }

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

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

 span { border-color: rgb(206,135,46); }

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