#cf721d

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

Shades of Ochre #CF721D

Tints of Ochre #CF721D

Color information

#CF721D (or 0xCF721D) is unknown color: approx Ochre. HEX triplet: CF, 72 and 1D. RGB value is (207,114,29). Sum of RGB (Red+Green+Blue) = 207+114+29=350 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.14% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 29 (11.72% from 255 or 8.29% from 350); Max value from RGB is 207 - color contains mainly: red. Hex color #CF721D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF721D is #308DE2. Grayscale: #848484. Windows color (decimal): -3182051 or 1929935. OLE color: 1929935.

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

Color convert

RGB20711429-
CMYK00.450.860.19
HSL28.65º75.42%46.27%-
HSV(B)28.65º85.99%81.18%-
XYZ31.9725.394.38-
YUV132.1269.81181.41-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 59.14%
GREEN value IS 114 (44.92% from 255) = 32.57%
BLUE value IS 29 (11.72% from 255) = 8.29%
R=59.14%
G=32.57%
B=8.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071142900.450.860.1928.6575.4246.27
HexCF721D02D56131d4b2e
Octal31716235055126233511356
Binary110011111110010111010101101101011010011111011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf721d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf721d; }

 p { color: rgb(207,114,29); }

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

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

 a { background-color: rgb(207,114,29); }

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

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

 span { border-color: rgb(207,114,29); }

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