#CF761C

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

Shades of Ochre #CF761C

Tints of Ochre #CF761C

Color information

#CF761C (or 0xCF761C) is unknown color: approx Ochre. HEX triplet: CF, 76 and 1C. RGB value is (207,118,28). Sum of RGB (Red+Green+Blue) = 207+118+28=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 28 (11.33% from 255 or 7.93% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF761C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF761C is #3089E3. Grayscale: #868686. Windows color (decimal): -3181028 or 1865423. OLE color: 1865423.

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

Color convert

RGB20711828-
CMYK00.430.860.19
HSL30.17º76.17%46.08%-
HSV(B)30.17º86.47%81.18%-
XYZ32.4226.314.47-
YUV134.3567.99179.82-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 58.64%
GREEN value IS 118 (46.48% from 255) = 33.43%
BLUE value IS 28 (11.33% from 255) = 7.93%
R=58.64%
G=33.43%
B=7.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071182800.430.860.1930.1776.1746.08
HexCF761C02B56131e4c2e
Octal31716634053126233611456
Binary110011111110110111000101011101011010011111101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF761C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF761C; }

 p { color: rgb(207,118,28); }

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

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

 a { background-color: rgb(207,118,28); }

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

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

 span { border-color: rgb(207,118,28); }

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