#775403

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

Shades of Raw Umber #775403

Tints of Raw Umber #775403

Color information

#775403 (or 0x775403) is unknown color: approx Raw Umber. HEX triplet: 77, 54 and 03. RGB value is (119,84,3). Sum of RGB (Red+Green+Blue) = 119+84+3=206 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.77% from 206); Green value is 84 (33.20% from 255 or 40.78% from 206); Blue value is 3 (1.56% from 255 or 1.46% from 206); Max value from RGB is 119 - color contains mainly: red. Hex color #775403 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775403 is #88ABFC. Grayscale: #555555. Windows color (decimal): -8956925 or 218231. OLE color: 218231.

HSL color Cylindrical-coordinate representation of color #775403: hue angle of 41.9º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #775403 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB119843-
CMYK00.290.970.53
HSL41.9º95.08%23.92%-
HSV(B)41.9º97.48%46.67%-
XYZ10.7910.271.5-
YUV85.2381.6152.09-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 57.77%
GREEN value IS 84 (33.20% from 255) = 40.78%
BLUE value IS 3 (1.56% from 255) = 1.46%
R=57.77%
G=40.78%
B=1.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11984300.290.970.5341.995.0823.92
Hex7754301D61352a5f18
Octal1671243035141655213730
Binary11101111010100110111011100001110101101010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775403; }

 p { color: rgb(119,84,3); }

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

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

 a { background-color: rgb(119,84,3); }

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

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

 span { border-color: rgb(119,84,3); }

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