#C7731A

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

Shades of Ochre #C7731A

Tints of Ochre #C7731A

Color information

#C7731A (or 0xC7731A) is unknown color: approx Ochre. HEX triplet: C7, 73 and 1A. RGB value is (199,115,26). Sum of RGB (Red+Green+Blue) = 199+115+26=340 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.53% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 26 (10.55% from 255 or 7.65% from 340); Max value from RGB is 199 - color contains mainly: red. Hex color #C7731A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7731A is #388CE5. Grayscale: #828282. Windows color (decimal): -3706086 or 1733575. OLE color: 1733575.

HSL color Cylindrical-coordinate representation of color #C7731A: hue angle of 30.87º 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 #C7731A is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB19911526-
CMYK00.420.870.22
HSL30.87º76.89%44.12%-
HSV(B)30.87º86.93%78.04%-
XYZ29.8724.484.13-
YUV129.9769.33177.24-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 58.53%
GREEN value IS 115 (45.31% from 255) = 33.82%
BLUE value IS 26 (10.55% from 255) = 7.65%
R=58.53%
G=33.82%
B=7.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991152600.420.870.2230.8776.8944.12
HexC7731A02A57161f4d2c
Octal30716332052127263711554
Binary110001111110011110100101010101011110110111111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7731A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7731A; }

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

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

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

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

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

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

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

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