#cf731d

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

Shades of Ochre #CF731D

Tints of Ochre #CF731D

Color information

#CF731D (or 0xCF731D) is unknown color: approx Ochre. HEX triplet: CF, 73 and 1D. RGB value is (207,115,29). Sum of RGB (Red+Green+Blue) = 207+115+29=351 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.97% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 29 (11.72% from 255 or 8.26% from 351); Max value from RGB is 207 - color contains mainly: red. Hex color #CF731D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF731D is #308CE2. Grayscale: #858585. Windows color (decimal): -3181795 or 1930191. OLE color: 1930191.

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

Color convert

RGB20711529-
CMYK00.440.860.19
HSL28.99º75.42%46.27%-
HSV(B)28.99º85.99%81.18%-
XYZ32.0825.624.42-
YUV132.769.48180.99-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 58.97%
GREEN value IS 115 (45.31% from 255) = 32.76%
BLUE value IS 29 (11.72% from 255) = 8.26%
R=58.97%
G=32.76%
B=8.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071152900.440.860.1928.9975.4246.27
HexCF731D02C56131d4b2e
Octal31716335054126233511356
Binary110011111110011111010101100101011010011111011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf731d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf731d; }

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

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

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

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

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

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

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

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