Html Css Color HEX #82533F Ironstone

📋 copy color: '#82533F'

red 130 ◦ green 83 ◦ blue 63

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

Shades of Ironstone #82533F

Tints of Ironstone #82533F

RGB

 RED value IS 130 (51.17% from 255) = 47.1%

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

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

R = 47.1%
G = 30.07%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#82533F (or 0x82533F) is known color: Ironstone. HEX triplet: 82, 53 and 3F. RGB value is (130,83,63). Sum of RGB (Red+Green+Blue) = 130+83+63=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #82533F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82533F is #7DACC0. Grayscale: #5E5E5E. Windows color (decimal): -8236225 or 4150146. OLE color: 4150146.

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

Color convert

RGB 130 83 63 -
CMYK 0 0.36 0.52 0.49
HSL 17.91º 0.35% 0.38% -
HSV(B) 17.91º 0.52% 0.51% -
XYZ 13.2 11.29 6.19 -
YUV 94.77 110.07 153.13 -
System Red Green Blue C M Y K H S L
Decimal 130 83 63 0 0.36 0.52 0.49 17.91 0.35 0.38
Hex 82 53 3F 0 24 34 31 12 23 26
Octal 202 123 77 0 44 64 61 22 43 46
Binary 10000010 1010011 111111 0 100100 110100 110001 10010 100011 100110

Color Harmonies of #82533F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82533F

Black with #82533F

Text Example


Text Example

White with #82533F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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