Html Css Color HEX #CE7924 Ochre

📋 copy color: '#CE7924'

red 206 ◦ green 121 ◦ blue 36

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

Shades of Ochre #CE7924

Tints of Ochre #CE7924

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.33%

 BLUE value IS 36 (14.45% from 255) = 9.92%

R = 56.75%
G = 33.33%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE7924 (or 0xCE7924) is known color: Ochre. HEX triplet: CE, 79 and 24. RGB value is (206,121,36). Sum of RGB (Red+Green+Blue) = 206+121+36=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 36 (14.45% from 255 or 9.92% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7924 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7924 is #3186DB. Grayscale: #898989. Windows color (decimal): -3245788 or 2390478. OLE color: 2390478.

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

Color convert

RGB 206 121 36 -
CMYK 0 0.41 0.83 0.19
HSL 30º 0.7% 0.47% -
HSV(B) 30º 0.83% 0.81% -
XYZ 32.61 26.92 5.15 -
YUV 136.73 71.16 177.41 -
System Red Green Blue C M Y K H S L
Decimal 206 121 36 0 0.41 0.83 0.19 30 0.7 0.47
Hex CE 79 24 0 29 53 13 1E 46 2F
Octal 316 171 44 0 51 123 23 36 106 57
Binary 11001110 1111001 100100 0 101001 1010011 10011 11110 1000110 101111

Color Harmonies of #CE7924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7924

Black with #CE7924

Text Example


Text Example

White with #CE7924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7924; }

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

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

background-color css

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

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

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

border-color css

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

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

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