#765019

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

Shades of Raw Umber #765019

Tints of Raw Umber #765019

Color information

#765019 (or 0x765019) is unknown color: approx Raw Umber. HEX triplet: 76, 50 and 19. RGB value is (118,80,25). Sum of RGB (Red+Green+Blue) = 118+80+25=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 25 (10.16% from 255 or 11.21% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #765019 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765019 is #89AFE6. Grayscale: #555555. Windows color (decimal): -9023463 or 1658998. OLE color: 1658998.

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

Color convert

RGB1188025-
CMYK00.320.790.54
HSL35.48º65.03%28.04%-
HSV(B)35.48º78.81%46.27%-
XYZ10.529.662.23-
YUV85.0994.09151.47-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.91%
GREEN value IS 80 (31.64% from 255) = 35.87%
BLUE value IS 25 (10.16% from 255) = 11.21%
R=52.91%
G=35.87%
B=11.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118802500.320.790.5435.4865.0328.04
Hex7650190204F3623411c
Octal16612031040117664310134
Binary111011010100001100101000001001111110110100011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765019; }

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

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

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

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

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

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

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

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