#CF7420

Color #CF7420 Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #CF7420

Tints of Ochre #CF7420

Color information

#CF7420 (or 0xCF7420) is unknown color: approx Ochre. HEX triplet: CF, 74 and 20. RGB value is (207,116,32). Sum of RGB (Red+Green+Blue) = 207+116+32=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 32 (12.89% from 255 or 9.01% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7420 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7420 is #308BDF. Grayscale: #868686. Windows color (decimal): -3181536 or 2127055. OLE color: 2127055.

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

Color convert

RGB20711632-
CMYK00.440.850.19
HSL28.8º73.22%46.86%-
HSV(B)28.8º84.54%81.18%-
XYZ32.2425.864.66-
YUV133.6370.65180.33-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 58.31%
GREEN value IS 116 (45.70% from 255) = 32.68%
BLUE value IS 32 (12.89% from 255) = 9.01%
R=58.31%
G=32.68%
B=9.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.85
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071163200.440.850.1928.873.2246.86
HexCF742002C55131d492f
Octal31716440054125233511157
Binary1100111111101001000000101100101010110011111011001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7420; }

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

 H1.HeaderClassName
 {
   color: #CF7420;
 }
 .AnyTagClassName
 {
   color: #CF7420;
 }
</style>
background-color css

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

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

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

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

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

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