#c7720d

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

Shades of Ochre #C7720D

Tints of Ochre #C7720D

Color information

#C7720D (or 0xC7720D) is unknown color: approx Ochre. HEX triplet: C7, 72 and 0D. RGB value is (199,114,13). Sum of RGB (Red+Green+Blue) = 199+114+13=326 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.04% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 13 (5.47% from 255 or 3.99% from 326); Max value from RGB is 199 - color contains mainly: red. Hex color #C7720D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7720D is #388DF2. Grayscale: #808080. Windows color (decimal): -3706355 or 881351. OLE color: 881351.

HSL color Cylindrical-coordinate representation of color #C7720D: hue angle of 32.58º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7720D is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB19911413-
CMYK00.430.930.22
HSL32.58º87.74%41.57%-
HSV(B)32.58º93.47%78.04%-
XYZ29.6424.213.49-
YUV127.963.16178.71-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 61.04%
GREEN value IS 114 (44.92% from 255) = 34.97%
BLUE value IS 13 (5.47% from 255) = 3.99%
R=61.04%
G=34.97%
B=3.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.93
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991141300.430.930.2232.5887.7441.57
HexC772D02B5D1621582a
Octal30716215053135264113052
Binary110001111110010110101010111011101101101000011011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c7720d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c7720d; }

 p { color: rgb(199,114,13); }

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

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

 a { background-color: rgb(199,114,13); }

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

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

 span { border-color: rgb(199,114,13); }

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