Html Css Color HEX #CE7524 Ochre

📋 copy color: '#CE7524'

red 206 ◦ green 117 ◦ blue 36

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

Shades of Ochre #CE7524

Tints of Ochre #CE7524

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 value IS 0

 M value IS 0.43

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE7524 (or 0xCE7524) is known color: 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

RGB 206 117 36 -
CMYK 0 0.43 0.83 0.19
HSL 28.59º 0.7% 0.47% -
HSV(B) 28.59º 0.83% 0.81% -
XYZ 32.13 25.97 4.99 -
YUV 134.38 72.49 179.09 -
System Red Green Blue C M Y K H S L
Decimal 206 117 36 0 0.43 0.83 0.19 28.59 0.7 0.47
Hex CE 75 24 0 2B 53 13 1D 46 2F
Octal 316 165 44 0 53 123 23 35 106 57
Binary 11001110 1110101 100100 0 101011 1010011 10011 11101 1000110 101111

Color Harmonies of #CE7524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7524

Black with #CE7524

Text Example


Text Example

White with #CE7524

Text Example


Text Example

HTML Codes & Css Web 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>