Html Css Color HEX #825244 Ironstone

📋 copy color: '#825244'

red 130 ◦ green 82 ◦ blue 68

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

Shades of Ironstone #825244

Tints of Ironstone #825244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 24.29%

R = 46.43%
G = 29.29%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#825244 (or 0x825244) is known color: Ironstone. HEX triplet: 82, 52 and 44. RGB value is (130,82,68). Sum of RGB (Red+Green+Blue) = 130+82+68=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 68 (26.95% from 255 or 24.29% from 280); Max value from RGB is 130 - color contains mainly: red. Hex color #825244 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825244 is #7DADBB. Grayscale: #5E5E5E. Windows color (decimal): -8236476 or 4477570. OLE color: 4477570.

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

Color convert

RGB 130 82 68 -
CMYK 0 0.37 0.48 0.49
HSL 13.55º 0.31% 0.39% -
HSV(B) 13.55º 0.48% 0.51% -
XYZ 13.27 11.2 6.93 -
YUV 94.76 112.9 153.14 -
System Red Green Blue C M Y K H S L
Decimal 130 82 68 0 0.37 0.48 0.49 13.55 0.31 0.39
Hex 82 52 44 0 25 30 31 E 1F 27
Octal 202 122 104 0 45 60 61 16 37 47
Binary 10000010 1010010 1000100 0 100101 110000 110001 1110 11111 100111

Color Harmonies of #825244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825244

Black with #825244

Text Example


Text Example

White with #825244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825244; }

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

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

background-color css

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

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

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

border-color css

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

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

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