#775509

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

Shades of Raw Umber #775509

Tints of Raw Umber #775509

Color information

#775509 (or 0x775509) is unknown color: approx Raw Umber. HEX triplet: 77, 55 and 09. RGB value is (119,85,9). Sum of RGB (Red+Green+Blue) = 119+85+9=213 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.87% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 9 (3.91% from 255 or 4.23% from 213); Max value from RGB is 119 - color contains mainly: red. Hex color #775509 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775509 is #88AAF6. Grayscale: #565656. Windows color (decimal): -8956663 or 611703. OLE color: 611703.

HSL color Cylindrical-coordinate representation of color #775509: hue angle of 41.45º degrees, saturation: 0.86, 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 #775509 is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB119859-
CMYK00.290.920.53
HSL41.45º85.94%25.1%-
HSV(B)41.45º92.44%46.67%-
XYZ10.9110.441.7-
YUV86.584.26151.18-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.87%
GREEN value IS 85 (33.59% from 255) = 39.91%
BLUE value IS 9 (3.91% from 255) = 4.23%
R=55.87%
G=39.91%
B=4.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11985900.290.920.5341.4585.9425.1
Hex7755901D5C35295619
Octal16712511035134655112631
Binary1110111101010110010111011011100110101101001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775509; }

 p { color: rgb(119,85,9); }

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

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

 a { background-color: rgb(119,85,9); }

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

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

 span { border-color: rgb(119,85,9); }

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