Html Css Color HEX #825240 Ironstone

📋 copy color: '#825240'

red 130 ◦ green 82 ◦ blue 64

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

Shades of Ironstone #825240

Tints of Ironstone #825240

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.71%

 BLUE value IS 64 (25.39% from 255) = 23.19%

R = 47.1%
G = 29.71%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#825240 (or 0x825240) is known color: Ironstone. HEX triplet: 82, 52 and 40. RGB value is (130,82,64). Sum of RGB (Red+Green+Blue) = 130+82+64=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #825240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825240 is #7DADBF. Grayscale: #5E5E5E. Windows color (decimal): -8236480 or 4215426. OLE color: 4215426.

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

Color convert

RGB 130 82 64 -
CMYK 0 0.37 0.51 0.49
HSL 16.36º 0.34% 0.38% -
HSV(B) 16.36º 0.51% 0.51% -
XYZ 13.15 11.15 6.31 -
YUV 94.3 110.9 153.46 -
System Red Green Blue C M Y K H S L
Decimal 130 82 64 0 0.37 0.51 0.49 16.36 0.34 0.38
Hex 82 52 40 0 25 33 31 10 22 26
Octal 202 122 100 0 45 63 61 20 42 46
Binary 10000010 1010010 1000000 0 100101 110011 110001 10000 100010 100110

Color Harmonies of #825240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825240

Black with #825240

Text Example


Text Example

White with #825240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825240; }

 p { color: rgb(130,82,64); }

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

background-color css

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

 a { background-color: rgb(130,82,64); }

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

border-color css

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

 span { border-color: rgb(130,82,64); }

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