#CE7524

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

Shades of Ochre #CE7524

Tints of Ochre #CE7524

Color information

#CE7524 (or 0xCE7524) is unknown color: approx Ochre. HEX triplet: CE, 75 and 24. RGB value is (206,117,36). Sum of RGB (Red+Green+Blue) = 206+117+36=359 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.38% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 36 (14.45% from 255 or 10.03% from 359); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7524 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7524 is #318ADB. Grayscale: #868686. Windows color (decimal): -3246812 or 2389454. OLE color: 2389454.

HSL color Cylindrical-coordinate representation of color #CE7524: hue angle of 28.59º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE7524 is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB20611736-
CMYK00.430.830.19
HSL28.59º70.25%47.45%-
HSV(B)28.59º82.52%80.78%-
XYZ32.1325.974.99-
YUV134.3872.49179.09-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 57.38%
GREEN value IS 117 (46.09% from 255) = 32.59%
BLUE value IS 36 (14.45% from 255) = 10.03%
R=57.38%
G=32.59%
B=10.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.83
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061173600.430.830.1928.5970.2547.45
HexCE752402B53131d462f
Octal31616544053123233510657
Binary1100111011101011001000101011101001110011111011000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7524; }

 p { color: rgb(206,117,36); }

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

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

 a { background-color: rgb(206,117,36); }

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

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

 span { border-color: rgb(206,117,36); }

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