Html Css Color HEX #84540B Raw Umber

📋 copy color: '#84540B'

red 132 ◦ green 84 ◦ blue 11

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

Shades of Raw Umber #84540B

Tints of Raw Umber #84540B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37%

 BLUE value IS 11 (4.69% from 255) = 4.85%

R = 58.15%
G = 37%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#84540B (or 0x84540B) is known color: Raw Umber. HEX triplet: 84, 54 and 0B. RGB value is (132,84,11). Sum of RGB (Red+Green+Blue) = 132+84+11=227 (30% of max value = 765). Red value is 132 (51.95% from 255 or 58.15% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 11 (4.69% from 255 or 4.85% from 227); Max value from RGB is 132 - color contains mainly: red. Hex color #84540B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84540B is #7BABF4. Grayscale: #5A5A5A. Windows color (decimal): -8104949 or 742532. OLE color: 742532.

HSL color Cylindrical-coordinate representation of color #84540B: hue angle of 36.2º degrees, saturation: 0.85, 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 #84540B is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 84 11 -
CMYK 0 0.36 0.92 0.48
HSL 36.2º 0.85% 0.28% -
HSV(B) 36.2º 0.92% 0.52% -
XYZ 12.75 11.27 1.82 -
YUV 90.03 83.4 157.94 -
System Red Green Blue C M Y K H S L
Decimal 132 84 11 0 0.36 0.92 0.48 36.2 0.85 0.28
Hex 84 54 B 0 24 5C 30 24 55 1C
Octal 204 124 13 0 44 134 60 44 125 34
Binary 10000100 1010100 1011 0 100100 1011100 110000 100100 1010101 11100

Color Harmonies of #84540B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84540B

Black with #84540B

Text Example


Text Example

White with #84540B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84540B;
 }
 .AnyTagClassName
 {
   color: #84540B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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