#cf7a0f

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

Shades of Ochre #CF7A0F

Tints of Ochre #CF7A0F

Color information

#CF7A0F (or 0xCF7A0F) is unknown color: approx Ochre. HEX triplet: CF, 7A and 0F. RGB value is (207,122,15). Sum of RGB (Red+Green+Blue) = 207+122+15=344 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.17% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 15 (6.25% from 255 or 4.36% from 344); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7A0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7A0F is #3085F0. Grayscale: #878787. Windows color (decimal): -3180017 or 1014479. OLE color: 1014479.

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

Color convert

RGB20712215-
CMYK00.410.930.19
HSL33.44º86.49%43.53%-
HSV(B)33.44º92.75%81.18%-
XYZ32.7827.223.98-
YUV135.2260.16179.2-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 60.17%
GREEN value IS 122 (48.05% from 255) = 35.47%
BLUE value IS 15 (6.25% from 255) = 4.36%
R=60.17%
G=35.47%
B=4.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.93
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071221500.410.930.1933.4486.4943.53
HexCF7AF0295D1321562c
Octal31717217051135234112654
Binary110011111111010111101010011011101100111000011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf7a0f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf7a0f; }

 p { color: rgb(207,122,15); }

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

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

 a { background-color: rgb(207,122,15); }

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

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

 span { border-color: rgb(207,122,15); }

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