Html Css Color HEX #84533F Ironstone

📋 copy color: '#84533F'

red 132 ◦ green 83 ◦ blue 63

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

Shades of Ironstone #84533F

Tints of Ironstone #84533F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.66%

R = 47.48%
G = 29.86%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#84533F (or 0x84533F) is known color: Ironstone. HEX triplet: 84, 53 and 3F. RGB value is (132,83,63). Sum of RGB (Red+Green+Blue) = 132+83+63=278 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.48% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 63 (25% from 255 or 22.66% from 278); Max value from RGB is 132 - color contains mainly: red. Hex color #84533F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84533F is #7BACC0. Grayscale: #5F5F5F. Windows color (decimal): -8105153 or 4150148. OLE color: 4150148.

HSL color Cylindrical-coordinate representation of color #84533F: hue angle of 17.39º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #84533F is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 83 63 -
CMYK 0 0.37 0.52 0.48
HSL 17.39º 0.35% 0.38% -
HSV(B) 17.39º 0.52% 0.52% -
XYZ 13.51 11.45 6.2 -
YUV 95.37 109.73 154.13 -
System Red Green Blue C M Y K H S L
Decimal 132 83 63 0 0.37 0.52 0.48 17.39 0.35 0.38
Hex 84 53 3F 0 25 34 30 11 23 26
Octal 204 123 77 0 45 64 60 21 43 46
Binary 10000100 1010011 111111 0 100101 110100 110000 10001 100011 100110

Color Harmonies of #84533F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84533F

Black with #84533F

Text Example


Text Example

White with #84533F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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