#765011

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

Shades of Raw Umber #765011

Tints of Raw Umber #765011

Color information

#765011 (or 0x765011) is unknown color: approx Raw Umber. HEX triplet: 76, 50 and 11. RGB value is (118,80,17). Sum of RGB (Red+Green+Blue) = 118+80+17=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 17 (7.03% from 255 or 7.91% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #765011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765011 is #89AFEE. Grayscale: #545454. Windows color (decimal): -9023471 or 1134710. OLE color: 1134710.

HSL color Cylindrical-coordinate representation of color #765011: hue angle of 37.43º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #765011 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB1188017-
CMYK00.320.860.54
HSL37.43º74.81%26.47%-
HSV(B)37.43º85.59%46.27%-
XYZ10.449.631.84-
YUV84.1890.09152.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.88%
GREEN value IS 80 (31.64% from 255) = 37.21%
BLUE value IS 17 (7.03% from 255) = 7.91%
R=54.88%
G=37.21%
B=7.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118801700.320.860.5437.4374.8126.47
Hex7650110205636254b1a
Octal16612021040126664511332
Binary111011010100001000101000001010110110110100101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765011; }

 p { color: rgb(118,80,17); }

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

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

 a { background-color: rgb(118,80,17); }

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

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

 span { border-color: rgb(118,80,17); }

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