Html Css Color HEX #825241 Ironstone

📋 copy color: '#825241'

red 130 ◦ green 82 ◦ blue 65

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

Shades of Ironstone #825241

Tints of Ironstone #825241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.47%

R = 46.93%
G = 29.6%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#825241 (or 0x825241) is known color: Ironstone. HEX triplet: 82, 52 and 41. RGB value is (130,82,65). Sum of RGB (Red+Green+Blue) = 130+82+65=277 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.93% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 130 - color contains mainly: red. Hex color #825241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825241 is #7DADBE. Grayscale: #5E5E5E. Windows color (decimal): -8236479 or 4280962. OLE color: 4280962.

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

Color convert

RGB 130 82 65 -
CMYK 0 0.37 0.50 0.49
HSL 15.69º 0.33% 0.38% -
HSV(B) 15.69º 0.5% 0.51% -
XYZ 13.18 11.16 6.46 -
YUV 94.41 111.4 153.38 -
System Red Green Blue C M Y K H S L
Decimal 130 82 65 0 0.37 0.50 0.49 15.69 0.33 0.38
Hex 82 52 41 0 25 32 31 10 21 26
Octal 202 122 101 0 45 62 61 20 41 46
Binary 10000010 1010010 1000001 0 100101 110010 110001 10000 100001 100110

Color Harmonies of #825241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825241

Black with #825241

Text Example


Text Example

White with #825241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825241; }

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

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

background-color css

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

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

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

border-color css

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

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

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