Html Css Color HEX #825148 Ironstone

📋 copy color: '#825148'

red 130 ◦ green 81 ◦ blue 72

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

Shades of Ironstone #825148

Tints of Ironstone #825148

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.62%

 BLUE value IS 72 (28.52% from 255) = 25.44%

R = 45.94%
G = 28.62%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#825148 (or 0x825148) is known color: Ironstone. HEX triplet: 82, 51 and 48. RGB value is (130,81,72). Sum of RGB (Red+Green+Blue) = 130+81+72=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 130 - color contains mainly: red. Hex color #825148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825148 is #7DAEB7. Grayscale: #5E5E5E. Windows color (decimal): -8236728 or 4739458. OLE color: 4739458.

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

Color convert

RGB 130 81 72 -
CMYK 0 0.38 0.45 0.49
HSL 9.31º 0.29% 0.4% -
HSV(B) 9.31º 0.45% 0.51% -
XYZ 13.32 11.1 7.57 -
YUV 94.63 115.23 153.23 -
System Red Green Blue C M Y K H S L
Decimal 130 81 72 0 0.38 0.45 0.49 9.31 0.29 0.4
Hex 82 51 48 0 26 2D 31 9 1D 28
Octal 202 121 110 0 46 55 61 11 35 50
Binary 10000010 1010001 1001000 0 100110 101101 110001 1001 11101 101000

Color Harmonies of #825148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825148

Black with #825148

Text Example


Text Example

White with #825148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825148; }

 p { color: rgb(130,81,72); }

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

background-color css

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

 a { background-color: rgb(130,81,72); }

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

border-color css

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

 span { border-color: rgb(130,81,72); }

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