#773C0A

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

Shades of Raw Umber #773C0A

Tints of Raw Umber #773C0A

Color information

#773C0A (or 0x773C0A) is unknown color: approx Raw Umber. HEX triplet: 77, 3C and 0A. RGB value is (119,60,10). Sum of RGB (Red+Green+Blue) = 119+60+10=189 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.96% from 189); Green value is 60 (23.83% from 255 or 31.75% from 189); Blue value is 10 (4.30% from 255 or 5.29% from 189); Max value from RGB is 119 - color contains mainly: red. Hex color #773C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773C0A is #88C3F5. Grayscale: #484848. Windows color (decimal): -8963062 or 670839. OLE color: 670839.

HSL color Cylindrical-coordinate representation of color #773C0A: hue angle of 27.52º 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 #773C0A is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB1196010-
CMYK00.500.920.53
HSL27.52º84.5%25.29%-
HSV(B)27.52º91.6%46.67%-
XYZ9.287.181.18-
YUV71.9493.05161.57-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 62.96%
GREEN value IS 60 (23.83% from 255) = 31.75%
BLUE value IS 10 (4.30% from 255) = 5.29%
R=62.96%
G=31.75%
B=5.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119601000.500.920.5327.5284.525.29
Hex773CA0325C351c5419
Octal1677412062134653412431
Binary111011111110010100110010101110011010111100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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