#CF7B20

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

Shades of Ochre #CF7B20

Tints of Ochre #CF7B20

Color information

#CF7B20 (or 0xCF7B20) is unknown color: approx Ochre. HEX triplet: CF, 7B and 20. RGB value is (207,123,32). Sum of RGB (Red+Green+Blue) = 207+123+32=362 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.18% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 32 (12.89% from 255 or 8.84% from 362); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7B20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7B20 is #3084DF. Grayscale: #8A8A8A. Windows color (decimal): -3179744 or 2128847. OLE color: 2128847.

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

Color convert

RGB20712332-
CMYK00.410.850.19
HSL31.2º73.22%46.86%-
HSV(B)31.2º84.54%81.18%-
XYZ33.0827.544.94-
YUV137.7468.33177.4-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 57.18%
GREEN value IS 123 (48.44% from 255) = 33.98%
BLUE value IS 32 (12.89% from 255) = 8.84%
R=57.18%
G=33.98%
B=8.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.85
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071233200.410.850.1931.273.2246.86
HexCF7B2002955131f492f
Octal31717340051125233711157
Binary1100111111110111000000101001101010110011111111001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7B20; }

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

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

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

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

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

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

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

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