#765418

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

Shades of Raw Umber #765418

Tints of Raw Umber #765418

Color information

#765418 (or 0x765418) is unknown color: approx Raw Umber. HEX triplet: 76, 54 and 18. RGB value is (118,84,24). Sum of RGB (Red+Green+Blue) = 118+84+24=226 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.21% from 226); Green value is 84 (33.20% from 255 or 37.17% from 226); Blue value is 24 (9.77% from 255 or 10.62% from 226); Max value from RGB is 118 - color contains mainly: red. Hex color #765418 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765418 is #89ABE7. Grayscale: #575757. Windows color (decimal): -9022440 or 1594486. OLE color: 1594486.

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

Color convert

RGB1188424-
CMYK00.290.800.54
HSL38.3º66.2%27.84%-
HSV(B)38.3º79.66%46.27%-
XYZ10.8110.262.27-
YUV87.3392.26149.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.21%
GREEN value IS 84 (33.20% from 255) = 37.17%
BLUE value IS 24 (9.77% from 255) = 10.62%
R=52.21%
G=37.17%
B=10.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.80
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118842400.290.800.5438.366.227.84
Hex76541801D503626421c
Octal16612430035120664610234
Binary11101101010100110000111011010000110110100110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765418; }

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

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

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

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

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

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

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

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