Html Css Color HEX #825242 Ironstone

📋 copy color: '#825242'

red 130 ◦ green 82 ◦ blue 66

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

Shades of Ironstone #825242

Tints of Ironstone #825242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.74%

R = 46.76%
G = 29.5%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#825242 (or 0x825242) is known color: Ironstone. HEX triplet: 82, 52 and 42. RGB value is (130,82,66). Sum of RGB (Red+Green+Blue) = 130+82+66=278 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.76% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 130 - color contains mainly: red. Hex color #825242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825242 is #7DADBD. Grayscale: #5E5E5E. Windows color (decimal): -8236478 or 4346498. OLE color: 4346498.

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

Color convert

RGB 130 82 66 -
CMYK 0 0.37 0.49 0.49
HSL 15º 0.33% 0.38% -
HSV(B) 15º 0.49% 0.51% -
XYZ 13.21 11.17 6.61 -
YUV 94.53 111.9 153.3 -
System Red Green Blue C M Y K H S L
Decimal 130 82 66 0 0.37 0.49 0.49 15 0.33 0.38
Hex 82 52 42 0 25 31 31 F 21 26
Octal 202 122 102 0 45 61 61 17 41 46
Binary 10000010 1010010 1000010 0 100101 110001 110001 1111 100001 100110

Color Harmonies of #825242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825242

Black with #825242

Text Example


Text Example

White with #825242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825242; }

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

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

background-color css

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

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

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

border-color css

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

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

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