#765319

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

Shades of Raw Umber #765319

Tints of Raw Umber #765319

Color information

#765319 (or 0x765319) is unknown color: approx Raw Umber. HEX triplet: 76, 53 and 19. RGB value is (118,83,25). Sum of RGB (Red+Green+Blue) = 118+83+25=226 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.21% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 25 (10.16% from 255 or 11.06% from 226); Max value from RGB is 118 - color contains mainly: red. Hex color #765319 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765319 is #89ACE6. Grayscale: #575757. Windows color (decimal): -9022695 or 1659766. OLE color: 1659766.

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

Color convert

RGB1188325-
CMYK00.300.790.54
HSL37.42º65.03%28.04%-
HSV(B)37.42º78.81%46.27%-
XYZ10.7410.112.3-
YUV86.8593.1150.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.21%
GREEN value IS 83 (32.81% from 255) = 36.73%
BLUE value IS 25 (10.16% from 255) = 11.06%
R=52.21%
G=36.73%
B=11.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118832500.300.790.5437.4265.0328.04
Hex76531901E4F3625411c
Octal16612331036117664510134
Binary11101101010011110010111101001111110110100101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765319; }

 p { color: rgb(118,83,25); }

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

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

 a { background-color: rgb(118,83,25); }

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

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

 span { border-color: rgb(118,83,25); }

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