#77530E

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

Shades of Raw Umber #77530E

Tints of Raw Umber #77530E

Color information

#77530E (or 0x77530E) is unknown color: approx Raw Umber. HEX triplet: 77, 53 and 0E. RGB value is (119,83,14). Sum of RGB (Red+Green+Blue) = 119+83+14=216 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.09% from 216); Green value is 83 (32.81% from 255 or 38.43% from 216); Blue value is 14 (5.86% from 255 or 6.48% from 216); Max value from RGB is 119 - color contains mainly: red. Hex color #77530E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77530E is #88ACF1. Grayscale: #565656. Windows color (decimal): -8957170 or 938871. OLE color: 938871.

HSL color Cylindrical-coordinate representation of color #77530E: hue angle of 39.43º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #77530E is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB1198314-
CMYK00.300.880.53
HSL39.43º78.95%26.08%-
HSV(B)39.43º88.24%46.67%-
XYZ10.7810.141.8-
YUV85.987.43151.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.09%
GREEN value IS 83 (32.81% from 255) = 38.43%
BLUE value IS 14 (5.86% from 255) = 6.48%
R=55.09%
G=38.43%
B=6.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119831400.300.880.5339.4378.9526.08
Hex7753E01E5835274f1a
Octal16712316036130654711732
Binary1110111101001111100111101011000110101100111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77530E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77530E; }

 p { color: rgb(119,83,14); }

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

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

 a { background-color: rgb(119,83,14); }

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

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

 span { border-color: rgb(119,83,14); }

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