#CE871D

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

Shades of Ochre #CE871D

Tints of Ochre #CE871D

Color information

#CE871D (or 0xCE871D) is unknown color: approx Ochre. HEX triplet: CE, 87 and 1D. RGB value is (206,135,29). Sum of RGB (Red+Green+Blue) = 206+135+29=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 29 (11.72% from 255 or 7.84% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CE871D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE871D is #3178E2. Grayscale: #909090. Windows color (decimal): -3242211 or 1935310. OLE color: 1935310.

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

Color convert

RGB20613529-
CMYK00.340.860.19
HSL35.93º75.32%46.08%-
HSV(B)35.93º85.92%80.78%-
XYZ34.3430.545.25-
YUV144.1563.02172.12-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 55.68%
GREEN value IS 135 (53.12% from 255) = 36.49%
BLUE value IS 29 (11.72% from 255) = 7.84%
R=55.68%
G=36.49%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061352900.340.860.1935.9375.3246.08
HexCE871D0225613244b2e
Octal31620735042126234411356
Binary11001110100001111110101000101010110100111001001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE871D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE871D; }

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

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

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

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

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

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

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

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