Html Css Color HEX #825141 Ironstone

📋 copy color: '#825141'

red 130 ◦ green 81 ◦ blue 65

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

Shades of Ironstone #825141

Tints of Ironstone #825141

RGB

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

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

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

R = 47.1%
G = 29.35%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#825141 (or 0x825141) is known color: Ironstone. HEX triplet: 82, 51 and 41. RGB value is (130,81,65). Sum of RGB (Red+Green+Blue) = 130+81+65=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #825141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825141 is #7DAEBE. Grayscale: #5D5D5D. Windows color (decimal): -8236735 or 4280706. OLE color: 4280706.

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

Color convert

RGB 130 81 65 -
CMYK 0 0.38 0.50 0.49
HSL 14.77º 0.33% 0.38% -
HSV(B) 14.77º 0.5% 0.51% -
XYZ 13.1 11.01 6.44 -
YUV 93.83 111.73 153.8 -
System Red Green Blue C M Y K H S L
Decimal 130 81 65 0 0.38 0.50 0.49 14.77 0.33 0.38
Hex 82 51 41 0 26 32 31 F 21 26
Octal 202 121 101 0 46 62 61 17 41 46
Binary 10000010 1010001 1000001 0 100110 110010 110001 1111 100001 100110

Color Harmonies of #825141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825141

Black with #825141

Text Example


Text Example

White with #825141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825141; }

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

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

background-color css

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

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

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

border-color css

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

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

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