#764305

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

Shades of Raw Umber #764305

Tints of Raw Umber #764305

Color information

#764305 (or 0x764305) is unknown color: approx Raw Umber. HEX triplet: 76, 43 and 05. RGB value is (118,67,5). Sum of RGB (Red+Green+Blue) = 118+67+5=190 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.11% from 190); Green value is 67 (26.56% from 255 or 35.26% from 190); Blue value is 5 (2.34% from 255 or 2.63% from 190); Max value from RGB is 118 - color contains mainly: red. Hex color #764305 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764305 is #89BCFA. Grayscale: #4B4B4B. Windows color (decimal): -9026811 or 344950. OLE color: 344950.

HSL color Cylindrical-coordinate representation of color #764305: hue angle of 32.92º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #764305 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB118675-
CMYK00.430.960.54
HSL32.92º91.87%24.12%-
HSV(B)32.92º95.76%46.27%-
XYZ9.517.881.16-
YUV75.1888.4158.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 62.11%
GREEN value IS 67 (26.56% from 255) = 35.26%
BLUE value IS 5 (2.34% from 255) = 2.63%
R=62.11%
G=35.26%
B=2.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11867500.430.960.5432.9291.8724.12
Hex7643502B6036215c18
Octal1661035053140664113430
Binary1110110100001110101010111100000110110100001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764305; }

 p { color: rgb(118,67,5); }

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

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

 a { background-color: rgb(118,67,5); }

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

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

 span { border-color: rgb(118,67,5); }

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