Html Css Color HEX #825143 Ironstone

📋 copy color: '#825143'

red 130 ◦ green 81 ◦ blue 67

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

Shades of Ironstone #825143

Tints of Ironstone #825143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 24.1%

R = 46.76%
G = 29.14%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#825143 (or 0x825143) is known color: Ironstone. HEX triplet: 82, 51 and 43. RGB value is (130,81,67). Sum of RGB (Red+Green+Blue) = 130+81+67=278 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.76% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 67 (26.56% from 255 or 24.10% from 278); Max value from RGB is 130 - color contains mainly: red. Hex color #825143 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825143 is #7DAEBC. Grayscale: #5E5E5E. Windows color (decimal): -8236733 or 4411778. OLE color: 4411778.

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

Color convert

RGB 130 81 67 -
CMYK 0 0.38 0.48 0.49
HSL 13.33º 0.32% 0.39% -
HSV(B) 13.33º 0.48% 0.51% -
XYZ 13.16 11.04 6.75 -
YUV 94.06 112.73 153.64 -
System Red Green Blue C M Y K H S L
Decimal 130 81 67 0 0.38 0.48 0.49 13.33 0.32 0.39
Hex 82 51 43 0 26 30 31 D 20 27
Octal 202 121 103 0 46 60 61 15 40 47
Binary 10000010 1010001 1000011 0 100110 110000 110001 1101 100000 100111

Color Harmonies of #825143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825143

Black with #825143

Text Example


Text Example

White with #825143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825143; }

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

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

background-color css

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

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

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

border-color css

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

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

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