#764919

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

Shades of Raw Umber #764919

Tints of Raw Umber #764919

Color information

#764919 (or 0x764919) is unknown color: approx Raw Umber. HEX triplet: 76, 49 and 19. RGB value is (118,73,25). Sum of RGB (Red+Green+Blue) = 118+73+25=216 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.63% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 25 (10.16% from 255 or 11.57% from 216); Max value from RGB is 118 - color contains mainly: red. Hex color #764919 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764919 is #89B6E6. Grayscale: #515151. Windows color (decimal): -9025255 or 1657206. OLE color: 1657206.

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

Color convert

RGB1187325-
CMYK00.380.790.54
HSL30.97º65.03%28.04%-
HSV(B)30.97º78.81%46.27%-
XYZ10.038.692.07-
YUV80.9896.41154.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.63%
GREEN value IS 73 (28.91% from 255) = 33.80%
BLUE value IS 25 (10.16% from 255) = 11.57%
R=54.63%
G=33.80%
B=11.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118732500.380.790.5430.9765.0328.04
Hex7649190264F361f411c
Octal16611131046117663710134
Binary11101101001001110010100110100111111011011111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764919; }

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

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

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

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

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

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

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

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