#773D0A

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

Shades of Raw Umber #773D0A

Tints of Raw Umber #773D0A

Color information

#773D0A (or 0x773D0A) is unknown color: approx Raw Umber. HEX triplet: 77, 3D and 0A. RGB value is (119,61,10). Sum of RGB (Red+Green+Blue) = 119+61+10=190 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.63% from 190); Green value is 61 (24.22% from 255 or 32.11% from 190); Blue value is 10 (4.30% from 255 or 5.26% from 190); Max value from RGB is 119 - color contains mainly: red. Hex color #773D0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773D0A is #88C2F5. Grayscale: #484848. Windows color (decimal): -8962806 or 671095. OLE color: 671095.

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

Color convert

RGB1196110-
CMYK00.490.920.53
HSL28.07º84.5%25.29%-
HSV(B)28.07º91.6%46.67%-
XYZ9.337.281.2-
YUV72.5392.72161.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 62.63%
GREEN value IS 61 (24.22% from 255) = 32.11%
BLUE value IS 10 (4.30% from 255) = 5.26%
R=62.63%
G=32.11%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119611000.490.920.5328.0784.525.29
Hex773DA0315C351c5419
Octal1677512061134653412431
Binary111011111110110100110001101110011010111100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773D0A; }

 p { color: rgb(119,61,10); }

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

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

 a { background-color: rgb(119,61,10); }

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

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

 span { border-color: rgb(119,61,10); }

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