#cf740e

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

Shades of Ochre #CF740E

Tints of Ochre #CF740E

Color information

#CF740E (or 0xCF740E) is unknown color: approx Ochre. HEX triplet: CF, 74 and 0E. RGB value is (207,116,14). Sum of RGB (Red+Green+Blue) = 207+116+14=337 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.42% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 14 (5.86% from 255 or 4.15% from 337); Max value from RGB is 207 - color contains mainly: red. Hex color #CF740E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF740E is #308BF1. Grayscale: #848484. Windows color (decimal): -3181554 or 947407. OLE color: 947407.

HSL color Cylindrical-coordinate representation of color #CF740E: hue angle of 31.71º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF740E is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB20711614-
CMYK00.440.930.19
HSL31.71º87.33%43.33%-
HSV(B)31.71º93.24%81.18%-
XYZ32.0625.793.7-
YUV131.5861.65181.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 61.42%
GREEN value IS 116 (45.70% from 255) = 34.42%
BLUE value IS 14 (5.86% from 255) = 4.15%
R=61.42%
G=34.42%
B=4.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.93
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071161400.440.930.1931.7187.3343.33
HexCF74E02C5D1320572b
Octal31716416054135234012753
Binary110011111110100111001011001011101100111000001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf740e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf740e; }

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

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

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

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

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

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

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

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