#77530D

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

Shades of Raw Umber #77530D

Tints of Raw Umber #77530D

Color information

#77530D (or 0x77530D) is unknown color: approx Raw Umber. HEX triplet: 77, 53 and 0D. RGB value is (119,83,13). Sum of RGB (Red+Green+Blue) = 119+83+13=215 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.35% from 215); Green value is 83 (32.81% from 255 or 38.60% from 215); Blue value is 13 (5.47% from 255 or 6.05% from 215); Max value from RGB is 119 - color contains mainly: red. Hex color #77530D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77530D is #88ACF2. Grayscale: #565656. Windows color (decimal): -8957171 or 873335. OLE color: 873335.

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

Color convert

RGB1198313-
CMYK00.300.890.53
HSL39.62º80.3%25.88%-
HSV(B)39.62º89.08%46.67%-
XYZ10.7710.141.77-
YUV85.7886.93151.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.35%
GREEN value IS 83 (32.81% from 255) = 38.60%
BLUE value IS 13 (5.47% from 255) = 6.05%
R=55.35%
G=38.60%
B=6.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119831300.300.890.5339.6280.325.88
Hex7753D01E593528501a
Octal16712315036131655012032
Binary1110111101001111010111101011001110101101000101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77530D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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