#84540F

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

Shades of Raw Umber #84540F

Tints of Raw Umber #84540F

Color information

#84540F (or 0x84540F) is unknown color: approx Raw Umber. HEX triplet: 84, 54 and 0F. RGB value is (132,84,15). Sum of RGB (Red+Green+Blue) = 132+84+15=231 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.14% from 231); Green value is 84 (33.20% from 255 or 36.36% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 132 - color contains mainly: red. Hex color #84540F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84540F is #7BABF0. Grayscale: #5A5A5A. Windows color (decimal): -8104945 or 1004676. OLE color: 1004676.

HSL color Cylindrical-coordinate representation of color #84540F: hue angle of 35.38º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #84540F is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB1328415-
CMYK00.360.890.48
HSL35.38º79.59%28.82%-
HSV(B)35.38º88.64%51.76%-
XYZ12.7711.281.96-
YUV90.4985.4157.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 57.14%
GREEN value IS 84 (33.20% from 255) = 36.36%
BLUE value IS 15 (6.25% from 255) = 6.49%
R=57.14%
G=36.36%
B=6.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132841500.360.890.4835.3879.5928.82
Hex8454F024593023501d
Octal20412417044131604312035
Binary100001001010100111101001001011001110000100011101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84540F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84540F; }

 p { color: rgb(132,84,15); }

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

<style>
 a { background-color: #84540F; }

 a { background-color: rgb(132,84,15); }

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

<style>
 span { border-color: #84540F; }

 span { border-color: rgb(132,84,15); }

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