Html Css Color HEX #84530F Raw Umber

📋 copy color: '#84530F'

red 132 ◦ green 83 ◦ blue 15

#84530F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #84530F

Tints of Raw Umber #84530F

RGB

 RED value IS 132 (51.95% from 255) = 57.39%

 GREEN value IS 83 (32.81% from 255) = 36.09%

 BLUE value IS 15 (6.25% from 255) = 6.52%

R = 57.39%
G = 36.09%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#84530F (or 0x84530F) is known color: Raw Umber. HEX triplet: 84, 53 and 0F. RGB value is (132,83,15). Sum of RGB (Red+Green+Blue) = 132+83+15=230 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.39% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 15 (6.25% from 255 or 6.52% from 230); Max value from RGB is 132 - color contains mainly: red. Hex color #84530F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84530F is #7BACF0. Grayscale: #5A5A5A. Windows color (decimal): -8105201 or 1004420. OLE color: 1004420.

HSL color Cylindrical-coordinate representation of color #84530F: hue angle of 34.87º 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 #84530F is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 83 15 -
CMYK 0 0.37 0.89 0.48
HSL 34.87º 0.8% 0.29% -
HSV(B) 34.87º 0.89% 0.52% -
XYZ 12.7 11.13 1.93 -
YUV 89.9 85.73 158.03 -
System Red Green Blue C M Y K H S L
Decimal 132 83 15 0 0.37 0.89 0.48 34.87 0.8 0.29
Hex 84 53 F 0 25 59 30 23 50 1D
Octal 204 123 17 0 45 131 60 43 120 35
Binary 10000100 1010011 1111 0 100101 1011001 110000 100011 1010000 11101

Color Harmonies of #84530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84530F

Black with #84530F

Text Example


Text Example

White with #84530F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84530F;
 }
 .AnyTagClassName
 {
   color: #84530F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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