#84530A

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

Shades of Raw Umber #84530A

Tints of Raw Umber #84530A

Color information

#84530A (or 0x84530A) is unknown color: approx Raw Umber. HEX triplet: 84, 53 and 0A. RGB value is (132,83,10). Sum of RGB (Red+Green+Blue) = 132+83+10=225 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.67% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 10 (4.30% from 255 or 4.44% from 225); Max value from RGB is 132 - color contains mainly: red. Hex color #84530A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84530A is #7BACF5. Grayscale: #595959. Windows color (decimal): -8105206 or 676740. OLE color: 676740.

HSL color Cylindrical-coordinate representation of color #84530A: hue angle of 35.9º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #84530A is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB1328310-
CMYK00.370.920.48
HSL35.9º85.92%27.84%-
HSV(B)35.9º92.42%51.76%-
XYZ12.6611.111.76-
YUV89.3383.23158.44-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 58.67%
GREEN value IS 83 (32.81% from 255) = 36.89%
BLUE value IS 10 (4.30% from 255) = 4.44%
R=58.67%
G=36.89%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132831000.370.920.4835.985.9227.84
Hex8453A0255C3024561c
Octal20412312045134604412634
Binary100001001010011101001001011011100110000100100101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84530A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84530A; }

 p { color: rgb(132,83,10); }

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

<style>
 a { background-color: #84530A; }

 a { background-color: rgb(132,83,10); }

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

<style>
 span { border-color: #84530A; }

 span { border-color: rgb(132,83,10); }

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