#765015

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

Shades of Raw Umber #765015

Tints of Raw Umber #765015

Color information

#765015 (or 0x765015) is unknown color: approx Raw Umber. HEX triplet: 76, 50 and 15. RGB value is (118,80,21). Sum of RGB (Red+Green+Blue) = 118+80+21=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 21 (8.59% from 255 or 9.59% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #765015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765015 is #89AFEA. Grayscale: #545454. Windows color (decimal): -9023467 or 1396854. OLE color: 1396854.

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

Color convert

RGB1188021-
CMYK00.320.820.54
HSL36.49º69.78%27.25%-
HSV(B)36.49º82.2%46.27%-
XYZ10.489.642.02-
YUV84.6492.09151.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.88%
GREEN value IS 80 (31.64% from 255) = 36.53%
BLUE value IS 21 (8.59% from 255) = 9.59%
R=53.88%
G=36.53%
B=9.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118802100.320.820.5436.4969.7827.25
Hex765015020523624461b
Octal16612025040122664410633
Binary111011010100001010101000001010010110110100100100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765015; }

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

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

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

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

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

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

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

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