#84550D

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

Shades of Raw Umber #84550D

Tints of Raw Umber #84550D

Color information

#84550D (or 0x84550D) is unknown color: approx Raw Umber. HEX triplet: 84, 55 and 0D. RGB value is (132,85,13). Sum of RGB (Red+Green+Blue) = 132+85+13=230 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.39% from 230); Green value is 85 (33.59% from 255 or 36.96% from 230); Blue value is 13 (5.47% from 255 or 5.65% from 230); Max value from RGB is 132 - color contains mainly: red. Hex color #84550D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84550D is #7BAAF2. Grayscale: #5B5B5B. Windows color (decimal): -8104691 or 873860. OLE color: 873860.

HSL color Cylindrical-coordinate representation of color #84550D: hue angle of 36.3º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #84550D is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB1328513-
CMYK00.360.900.48
HSL36.3º82.07%28.43%-
HSV(B)36.3º90.15%51.76%-
XYZ12.8411.431.91-
YUV90.8484.07157.35-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 57.39%
GREEN value IS 85 (33.59% from 255) = 36.96%
BLUE value IS 13 (5.47% from 255) = 5.65%
R=57.39%
G=36.96%
B=5.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.90
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132851300.360.900.4836.382.0728.43
Hex8455D0245A3024521c
Octal20412515044132604412234
Binary100001001010101110101001001011010110000100100101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84550D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,85,13); }

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

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

 a { background-color: rgb(132,85,13); }

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

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

 span { border-color: rgb(132,85,13); }

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