#773A08

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

Shades of Raw Umber #773A08

Tints of Raw Umber #773A08

Color information

#773A08 (or 0x773A08) is unknown color: approx Raw Umber. HEX triplet: 77, 3A and 08. RGB value is (119,58,8). Sum of RGB (Red+Green+Blue) = 119+58+8=185 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.32% from 185); Green value is 58 (23.05% from 255 or 31.35% from 185); Blue value is 8 (3.52% from 255 or 4.32% from 185); Max value from RGB is 119 - color contains mainly: red. Hex color #773A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773A08 is #88C5F7. Grayscale: #464646. Windows color (decimal): -8963576 or 539255. OLE color: 539255.

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

Color convert

RGB119588-
CMYK00.510.930.53
HSL27.03º87.4%24.9%-
HSV(B)27.03º93.28%46.67%-
XYZ9.166.971.09-
YUV70.5492.71162.57-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 64.32%
GREEN value IS 58 (23.05% from 255) = 31.35%
BLUE value IS 8 (3.52% from 255) = 4.32%
R=64.32%
G=31.35%
B=4.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11958800.510.930.5327.0387.424.9
Hex773A80335D351b5719
Octal1677210063135653312731
Binary111011111101010000110011101110111010111011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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