Html Css Color HEX #CE7820 Ochre

📋 copy color: '#CE7820'

red 206 ◦ green 120 ◦ blue 32

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

Shades of Ochre #CE7820

Tints of Ochre #CE7820

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.52%

 BLUE value IS 32 (12.89% from 255) = 8.94%

R = 57.54%
G = 33.52%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE7820 (or 0xCE7820) is known color: Ochre. HEX triplet: CE, 78 and 20. RGB value is (206,120,32). Sum of RGB (Red+Green+Blue) = 206+120+32=358 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.54% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 32 (12.89% from 255 or 8.94% from 358); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7820 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7820 is #3187DF. Grayscale: #888888. Windows color (decimal): -3246048 or 2128078. OLE color: 2128078.

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

Color convert

RGB 206 120 32 -
CMYK 0 0.42 0.84 0.19
HSL 30.34º 0.73% 0.47% -
HSV(B) 30.34º 0.84% 0.81% -
XYZ 32.43 26.66 4.8 -
YUV 135.68 69.49 178.16 -
System Red Green Blue C M Y K H S L
Decimal 206 120 32 0 0.42 0.84 0.19 30.34 0.73 0.47
Hex CE 78 20 0 2A 54 13 1E 49 2F
Octal 316 170 40 0 52 124 23 36 111 57
Binary 11001110 1111000 100000 0 101010 1010100 10011 11110 1001001 101111

Color Harmonies of #CE7820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7820

Black with #CE7820

Text Example


Text Example

White with #CE7820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7820; }

 p { color: rgb(206,120,32); }

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

background-color css

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

 a { background-color: rgb(206,120,32); }

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

border-color css

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

 span { border-color: rgb(206,120,32); }

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