#763E0A

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

Shades of Raw Umber #763E0A

Tints of Raw Umber #763E0A

Color information

#763E0A (or 0x763E0A) is unknown color: approx Raw Umber. HEX triplet: 76, 3E and 0A. RGB value is (118,62,10). Sum of RGB (Red+Green+Blue) = 118+62+10=190 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.11% from 190); Green value is 62 (24.61% from 255 or 32.63% from 190); Blue value is 10 (4.30% from 255 or 5.26% from 190); Max value from RGB is 118 - color contains mainly: red. Hex color #763E0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763E0A is #89C1F5. Grayscale: #494949. Windows color (decimal): -9028086 or 671350. OLE color: 671350.

HSL color Cylindrical-coordinate representation of color #763E0A: hue angle of 28.89º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #763E0A is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB1186210-
CMYK00.470.920.54
HSL28.89º84.38%25.1%-
HSV(B)28.89º91.53%46.27%-
XYZ9.257.321.21-
YUV72.8292.55160.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 62.11%
GREEN value IS 62 (24.61% from 255) = 32.63%
BLUE value IS 10 (4.30% from 255) = 5.26%
R=62.11%
G=32.63%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118621000.470.920.5428.8984.3825.1
Hex763EA02F5C361d5419
Octal1667612057134663512431
Binary111011011111010100101111101110011011011101101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763E0A; }

 p { color: rgb(118,62,10); }

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

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

 a { background-color: rgb(118,62,10); }

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

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

 span { border-color: rgb(118,62,10); }

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