#765518

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

Shades of Raw Umber #765518

Tints of Raw Umber #765518

Color information

#765518 (or 0x765518) is unknown color: approx Raw Umber. HEX triplet: 76, 55 and 18. RGB value is (118,85,24). Sum of RGB (Red+Green+Blue) = 118+85+24=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 24 (9.77% from 255 or 10.57% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #765518 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765518 is #89AAE7. Grayscale: #585858. Windows color (decimal): -9022184 or 1594742. OLE color: 1594742.

HSL color Cylindrical-coordinate representation of color #765518: hue angle of 38.94º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #765518 is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB1188524-
CMYK00.280.800.54
HSL38.94º66.2%27.84%-
HSV(B)38.94º79.66%46.27%-
XYZ10.8810.412.3-
YUV87.9191.93149.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.98%
GREEN value IS 85 (33.59% from 255) = 37.44%
BLUE value IS 24 (9.77% from 255) = 10.57%
R=51.98%
G=37.44%
B=10.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.80
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118852400.280.800.5438.9466.227.84
Hex76551801C503627421c
Octal16612530034120664710234
Binary11101101010101110000111001010000110110100111100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765518; }

 p { color: rgb(118,85,24); }

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

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

 a { background-color: rgb(118,85,24); }

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

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

 span { border-color: rgb(118,85,24); }

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