#C7701A

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

Shades of Ochre #C7701A

Tints of Ochre #C7701A

Color information

#C7701A (or 0xC7701A) is unknown color: approx Ochre. HEX triplet: C7, 70 and 1A. RGB value is (199,112,26). Sum of RGB (Red+Green+Blue) = 199+112+26=337 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.05% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 26 (10.55% from 255 or 7.72% from 337); Max value from RGB is 199 - color contains mainly: red. Hex color #C7701A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7701A is #388FE5. Grayscale: #808080. Windows color (decimal): -3706854 or 1732807. OLE color: 1732807.

HSL color Cylindrical-coordinate representation of color #C7701A: hue angle of 29.83º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C7701A is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB19911226-
CMYK00.440.870.22
HSL29.83º76.89%44.12%-
HSV(B)29.83º86.93%78.04%-
XYZ29.5323.814.02-
YUV128.2170.32178.49-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 59.05%
GREEN value IS 112 (44.14% from 255) = 33.23%
BLUE value IS 26 (10.55% from 255) = 7.72%
R=59.05%
G=33.23%
B=7.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991122600.440.870.2229.8376.8944.12
HexC7701A02C57161e4d2c
Octal30716032054127263611554
Binary110001111110000110100101100101011110110111101001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7701A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7701A; }

 p { color: rgb(199,112,26); }

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

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

 a { background-color: rgb(199,112,26); }

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

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

 span { border-color: rgb(199,112,26); }

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