Html Css Color HEX #CE7522 Ochre

📋 copy color: '#CE7522'

red 206 ◦ green 117 ◦ blue 34

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

Shades of Ochre #CE7522

Tints of Ochre #CE7522

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.77%

 BLUE value IS 34 (13.67% from 255) = 9.52%

R = 57.7%
G = 32.77%
B = 9.52%

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

#CE7522 (or 0xCE7522) is known color: Ochre. HEX triplet: CE, 75 and 22. RGB value is (206,117,34). Sum of RGB (Red+Green+Blue) = 206+117+34=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 34 (13.67% from 255 or 9.52% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7522 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7522 is #318ADD. Grayscale: #868686. Windows color (decimal): -3246814 or 2258382. OLE color: 2258382.

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

Color convert

RGB 206 117 34 -
CMYK 0 0.43 0.83 0.19
HSL 28.95º 0.72% 0.47% -
HSV(B) 28.95º 0.83% 0.81% -
XYZ 32.1 25.96 4.83 -
YUV 134.15 71.49 179.25 -
System Red Green Blue C M Y K H S L
Decimal 206 117 34 0 0.43 0.83 0.19 28.95 0.72 0.47
Hex CE 75 22 0 2B 53 13 1D 48 2F
Octal 316 165 42 0 53 123 23 35 110 57
Binary 11001110 1110101 100010 0 101011 1010011 10011 11101 1001000 101111

Color Harmonies of #CE7522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7522

Black with #CE7522

Text Example


Text Example

White with #CE7522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7522; }

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

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

background-color css

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

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

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

border-color css

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

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

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