#765013

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

Shades of Raw Umber #765013

Tints of Raw Umber #765013

Color information

#765013 (or 0x765013) is unknown color: approx Raw Umber. HEX triplet: 76, 50 and 13. RGB value is (118,80,19). Sum of RGB (Red+Green+Blue) = 118+80+19=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 19 (7.81% from 255 or 8.76% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #765013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765013 is #89AFEC. Grayscale: #545454. Windows color (decimal): -9023469 or 1265782. OLE color: 1265782.

HSL color Cylindrical-coordinate representation of color #765013: hue angle of 36.97º 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 #765013 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB1188019-
CMYK00.320.840.54
HSL36.97º72.26%26.86%-
HSV(B)36.97º83.9%46.27%-
XYZ10.469.641.92-
YUV84.4191.09151.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.38%
GREEN value IS 80 (31.64% from 255) = 36.87%
BLUE value IS 19 (7.81% from 255) = 8.76%
R=54.38%
G=36.87%
B=8.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118801900.320.840.5436.9772.2626.86
Hex765013020543625481b
Octal16612023040124664511033
Binary111011010100001001101000001010100110110100101100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765013; }

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

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

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

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

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

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

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

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