Html Css Color HEX #84530C Raw Umber

📋 copy color: '#84530C'

red 132 ◦ green 83 ◦ blue 12

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

Shades of Raw Umber #84530C

Tints of Raw Umber #84530C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.29%

R = 58.15%
G = 36.56%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#84530C (or 0x84530C) is known color: Raw Umber. HEX triplet: 84, 53 and 0C. RGB value is (132,83,12). Sum of RGB (Red+Green+Blue) = 132+83+12=227 (30% of max value = 765). Red value is 132 (51.95% from 255 or 58.15% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 12 (5.08% from 255 or 5.29% from 227); Max value from RGB is 132 - color contains mainly: red. Hex color #84530C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84530C is #7BACF3. Grayscale: #595959. Windows color (decimal): -8105204 or 807812. OLE color: 807812.

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

Color convert

RGB 132 83 12 -
CMYK 0 0.37 0.91 0.48
HSL 35.5º 0.83% 0.28% -
HSV(B) 35.5º 0.91% 0.52% -
XYZ 12.68 11.12 1.83 -
YUV 89.56 84.23 158.27 -
System Red Green Blue C M Y K H S L
Decimal 132 83 12 0 0.37 0.91 0.48 35.5 0.83 0.28
Hex 84 53 C 0 25 5B 30 24 53 1C
Octal 204 123 14 0 45 133 60 44 123 34
Binary 10000100 1010011 1100 0 100101 1011011 110000 100100 1010011 11100

Color Harmonies of #84530C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84530C

Black with #84530C

Text Example


Text Example

White with #84530C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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