#765113

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

Shades of Raw Umber #765113

Tints of Raw Umber #765113

Color information

#765113 (or 0x765113) is unknown color: approx Raw Umber. HEX triplet: 76, 51 and 13. RGB value is (118,81,19). Sum of RGB (Red+Green+Blue) = 118+81+19=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 81 (32.03% from 255 or 37.16% from 218); Blue value is 19 (7.81% from 255 or 8.72% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #765113 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765113 is #89AEEC. Grayscale: #555555. Windows color (decimal): -9023213 or 1266038. OLE color: 1266038.

HSL color Cylindrical-coordinate representation of color #765113: hue angle of 37.58º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #765113 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB1188119-
CMYK00.310.840.54
HSL37.58º72.26%26.86%-
HSV(B)37.58º83.9%46.27%-
XYZ10.539.781.95-
YUV84.9990.76151.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.13%
GREEN value IS 81 (32.03% from 255) = 37.16%
BLUE value IS 19 (7.81% from 255) = 8.72%
R=54.13%
G=37.16%
B=8.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118811900.310.840.5437.5872.2626.86
Hex76511301F543626481b
Octal16612123037124664611033
Binary11101101010001100110111111010100110110100110100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765113; }

 p { color: rgb(118,81,19); }

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

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

 a { background-color: rgb(118,81,19); }

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

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

 span { border-color: rgb(118,81,19); }

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