Html Css Color HEX #825042 Ironstone

📋 copy color: '#825042'

red 130 ◦ green 80 ◦ blue 66

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

Shades of Ironstone #825042

Tints of Ironstone #825042

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.99%

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

R = 47.1%
G = 28.99%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#825042 (or 0x825042) is known color: Ironstone. HEX triplet: 82, 50 and 42. RGB value is (130,80,66). Sum of RGB (Red+Green+Blue) = 130+80+66=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 66 (26.17% from 255 or 23.91% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #825042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825042 is #7DAFBD. Grayscale: #5D5D5D. Windows color (decimal): -8236990 or 4345986. OLE color: 4345986.

HSL color Cylindrical-coordinate representation of color #825042: hue angle of 13.12º 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 #825042 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 80 66 -
CMYK 0 0.38 0.49 0.49
HSL 13.13º 0.33% 0.38% -
HSV(B) 13.13º 0.49% 0.51% -
XYZ 13.06 10.88 6.57 -
YUV 93.35 112.57 154.14 -
System Red Green Blue C M Y K H S L
Decimal 130 80 66 0 0.38 0.49 0.49 13.13 0.33 0.38
Hex 82 50 42 0 26 31 31 D 21 26
Octal 202 120 102 0 46 61 61 15 41 46
Binary 10000010 1010000 1000010 0 100110 110001 110001 1101 100001 100110

Color Harmonies of #825042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825042

Black with #825042

Text Example


Text Example

White with #825042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825042; }

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

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

background-color css

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

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

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

border-color css

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

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

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