Html Css Color HEX #825146 Ironstone

📋 copy color: '#825146'

red 130 ◦ green 81 ◦ blue 70

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

Shades of Ironstone #825146

Tints of Ironstone #825146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.91%

R = 46.26%
G = 28.83%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#825146 (or 0x825146) is known color: Ironstone. HEX triplet: 82, 51 and 46. RGB value is (130,81,70). Sum of RGB (Red+Green+Blue) = 130+81+70=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 70 (27.73% from 255 or 24.91% from 281); Max value from RGB is 130 - color contains mainly: red. Hex color #825146 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825146 is #7DAEB9. Grayscale: #5E5E5E. Windows color (decimal): -8236730 or 4608386. OLE color: 4608386.

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

Color convert

RGB 130 81 70 -
CMYK 0 0.38 0.46 0.49
HSL 11º 0.3% 0.39% -
HSV(B) 11º 0.46% 0.51% -
XYZ 13.25 11.07 7.23 -
YUV 94.4 114.23 153.39 -
System Red Green Blue C M Y K H S L
Decimal 130 81 70 0 0.38 0.46 0.49 11 0.3 0.39
Hex 82 51 46 0 26 2E 31 B 1E 27
Octal 202 121 106 0 46 56 61 13 36 47
Binary 10000010 1010001 1000110 0 100110 101110 110001 1011 11110 100111

Color Harmonies of #825146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825146

Black with #825146

Text Example


Text Example

White with #825146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825146; }

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

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

background-color css

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

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

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

border-color css

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

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

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