#C7741A

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

Shades of Ochre #C7741A

Tints of Ochre #C7741A

Color information

#C7741A (or 0xC7741A) is unknown color: approx Ochre. HEX triplet: C7, 74 and 1A. RGB value is (199,116,26). Sum of RGB (Red+Green+Blue) = 199+116+26=341 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.36% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 26 (10.55% from 255 or 7.62% from 341); Max value from RGB is 199 - color contains mainly: red. Hex color #C7741A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7741A is #388BE5. Grayscale: #838383. Windows color (decimal): -3705830 or 1733831. OLE color: 1733831.

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

Color convert

RGB19911626-
CMYK00.420.870.22
HSL31.21º76.89%44.12%-
HSV(B)31.21º86.93%78.04%-
XYZ29.9924.714.17-
YUV130.5669176.82-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 58.36%
GREEN value IS 116 (45.70% from 255) = 34.02%
BLUE value IS 26 (10.55% from 255) = 7.62%
R=58.36%
G=34.02%
B=7.62%

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
Decimal1991162600.420.870.2231.2176.8944.12
HexC7741A02A57161f4d2c
Octal30716432052127263711554
Binary110001111110100110100101010101011110110111111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7741A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7741A; }

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

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

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

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

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

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

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

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