#775413

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

Shades of Raw Umber #775413

Tints of Raw Umber #775413

Color information

#775413 (or 0x775413) is unknown color: approx Raw Umber. HEX triplet: 77, 54 and 13. RGB value is (119,84,19). Sum of RGB (Red+Green+Blue) = 119+84+19=222 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.60% from 222); Green value is 84 (33.20% from 255 or 37.84% from 222); Blue value is 19 (7.81% from 255 or 8.56% from 222); Max value from RGB is 119 - color contains mainly: red. Hex color #775413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775413 is #88ABEC. Grayscale: #575757. Windows color (decimal): -8956909 or 1266807. OLE color: 1266807.

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

Color convert

RGB1198419-
CMYK00.290.840.53
HSL39º72.46%27.06%-
HSV(B)39º84.03%46.67%-
XYZ10.910.312.03-
YUV87.0689.6150.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.60%
GREEN value IS 84 (33.20% from 255) = 37.84%
BLUE value IS 19 (7.81% from 255) = 8.56%
R=53.60%
G=37.84%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119841900.290.840.533972.4627.06
Hex77541301D543527481b
Octal16712423035124654711033
Binary11101111010100100110111011010100110101100111100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775413; }

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

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

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

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

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

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

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

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