#773A0B

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

Shades of Raw Umber #773A0B

Tints of Raw Umber #773A0B

Color information

#773A0B (or 0x773A0B) is unknown color: approx Raw Umber. HEX triplet: 77, 3A and 0B. RGB value is (119,58,11). Sum of RGB (Red+Green+Blue) = 119+58+11=188 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.30% from 188); Green value is 58 (23.05% from 255 or 30.85% from 188); Blue value is 11 (4.69% from 255 or 5.85% from 188); Max value from RGB is 119 - color contains mainly: red. Hex color #773A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773A0B is #88C5F4. Grayscale: #474747. Windows color (decimal): -8963573 or 735863. OLE color: 735863.

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

Color convert

RGB1195811-
CMYK00.510.910.53
HSL26.11º83.08%25.49%-
HSV(B)26.11º90.76%46.67%-
XYZ9.186.971.18-
YUV70.8894.21162.32-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 63.30%
GREEN value IS 58 (23.05% from 255) = 30.85%
BLUE value IS 11 (4.69% from 255) = 5.85%
R=63.30%
G=30.85%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119581100.510.910.5326.1183.0825.49
Hex773AB0335B351a5319
Octal1677213063133653212331
Binary111011111101010110110011101101111010111010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,58,11); }

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

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

 a { background-color: rgb(119,58,11); }

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

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

 span { border-color: rgb(119,58,11); }

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