#775415

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

Shades of Raw Umber #775415

Tints of Raw Umber #775415

Color information

#775415 (or 0x775415) is unknown color: approx Raw Umber. HEX triplet: 77, 54 and 15. RGB value is (119,84,21). Sum of RGB (Red+Green+Blue) = 119+84+21=224 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.12% from 224); Green value is 84 (33.20% from 255 or 37.5% from 224); Blue value is 21 (8.59% from 255 or 9.38% from 224); Max value from RGB is 119 - color contains mainly: red. Hex color #775415 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775415 is #88ABEA. Grayscale: #575757. Windows color (decimal): -8956907 or 1397879. OLE color: 1397879.

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

Color convert

RGB1198421-
CMYK00.290.820.53
HSL38.57º70%27.45%-
HSV(B)38.57º82.35%46.67%-
XYZ10.9110.322.13-
YUV87.2890.6150.62-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.12%
GREEN value IS 84 (33.20% from 255) = 37.5%
BLUE value IS 21 (8.59% from 255) = 9.38%
R=53.12%
G=37.5%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119842100.290.820.5338.577027.45
Hex77541501D523527461b
Octal16712425035122654710633
Binary11101111010100101010111011010010110101100111100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775415; }

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

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

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

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

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

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

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

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