#77531D

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

Shades of Raw Umber #77531D

Tints of Raw Umber #77531D

Color information

#77531D (or 0x77531D) is unknown color: approx Raw Umber. HEX triplet: 77, 53 and 1D. RGB value is (119,83,29). Sum of RGB (Red+Green+Blue) = 119+83+29=231 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.52% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 29 (11.72% from 255 or 12.55% from 231); Max value from RGB is 119 - color contains mainly: red. Hex color #77531D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77531D is #88ACE2. Grayscale: #575757. Windows color (decimal): -8957155 or 1921911. OLE color: 1921911.

HSL color Cylindrical-coordinate representation of color #77531D: hue angle of 36º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #77531D is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB1198329-
CMYK00.300.760.53
HSL36º60.81%29.02%-
HSV(B)36º75.63%46.67%-
XYZ10.9210.22.55-
YUV87.6194.93150.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.52%
GREEN value IS 83 (32.81% from 255) = 35.93%
BLUE value IS 29 (11.72% from 255) = 12.55%
R=51.52%
G=35.93%
B=12.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119832900.300.760.533660.8129.02
Hex77531D01E4C35243d1d
Octal1671233503611465447535
Binary1110111101001111101011110100110011010110010011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77531D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77531D; }

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

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

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

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

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

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

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

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