#77531b

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

Shades of Raw Umber #77531B

Tints of Raw Umber #77531B

Color information

#77531B (or 0x77531B) is unknown color: approx Raw Umber. HEX triplet: 77, 53 and 1B. RGB value is (119,83,27). Sum of RGB (Red+Green+Blue) = 119+83+27=229 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.97% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 27 (10.94% from 255 or 11.79% from 229); Max value from RGB is 119 - color contains mainly: red. Hex color #77531B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77531B is #88ACE4. Grayscale: #575757. Windows color (decimal): -8957157 or 1790839. OLE color: 1790839.

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

Color convert

RGB1198327-
CMYK00.300.770.53
HSL36.52º63.01%28.63%-
HSV(B)36.52º77.31%46.67%-
XYZ10.910.192.43-
YUV87.3893.93150.55-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.97%
GREEN value IS 83 (32.81% from 255) = 36.24%
BLUE value IS 27 (10.94% from 255) = 11.79%
R=51.97%
G=36.24%
B=11.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119832700.300.770.5336.5263.0128.63
Hex77531B01E4D35253f1d
Octal1671233303611565457735
Binary1110111101001111011011110100110111010110010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77531b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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