Html Css Color HEX #CF7820 Ochre

📋 copy color: '#CF7820'

red 207 ◦ green 120 ◦ blue 32

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

Shades of Ochre #CF7820

Tints of Ochre #CF7820

RGB

 RED value IS 207 (81.25% from 255) = 57.66%

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

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

R = 57.66%
G = 33.43%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF7820 (or 0xCF7820) is known color: Ochre. HEX triplet: CF, 78 and 20. RGB value is (207,120,32). Sum of RGB (Red+Green+Blue) = 207+120+32=359 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.66% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 32 (12.89% from 255 or 8.91% from 359); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7820 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7820 is #3087DF. Grayscale: #888888. Windows color (decimal): -3180512 or 2128079. OLE color: 2128079.

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

Color convert

RGB 207 120 32 -
CMYK 0 0.42 0.85 0.19
HSL 30.17º 0.73% 0.47% -
HSV(B) 30.17º 0.85% 0.81% -
XYZ 32.71 26.8 4.82 -
YUV 135.98 69.32 178.66 -
System Red Green Blue C M Y K H S L
Decimal 207 120 32 0 0.42 0.85 0.19 30.17 0.73 0.47
Hex CF 78 20 0 2A 55 13 1E 49 2F
Octal 317 170 40 0 52 125 23 36 111 57
Binary 11001111 1111000 100000 0 101010 1010101 10011 11110 1001001 101111

Color Harmonies of #CF7820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7820

Black with #CF7820

Text Example


Text Example

White with #CF7820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7820; }

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

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

background-color css

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

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

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

border-color css

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

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

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