Html Css Color HEX #825145 Ironstone

📋 copy color: '#825145'

red 130 ◦ green 81 ◦ blue 69

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

Shades of Ironstone #825145

Tints of Ironstone #825145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 24.64%

R = 46.43%
G = 28.93%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#825145 (or 0x825145) is known color: Ironstone. HEX triplet: 82, 51 and 45. RGB value is (130,81,69). Sum of RGB (Red+Green+Blue) = 130+81+69=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 69 (27.34% from 255 or 24.64% from 280); Max value from RGB is 130 - color contains mainly: red. Hex color #825145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825145 is #7DAEBA. Grayscale: #5E5E5E. Windows color (decimal): -8236731 or 4542850. OLE color: 4542850.

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

Color convert

RGB 130 81 69 -
CMYK 0 0.38 0.47 0.49
HSL 11.8º 0.31% 0.39% -
HSV(B) 11.8º 0.47% 0.51% -
XYZ 13.22 11.06 7.07 -
YUV 94.28 113.73 153.48 -
System Red Green Blue C M Y K H S L
Decimal 130 81 69 0 0.38 0.47 0.49 11.8 0.31 0.39
Hex 82 51 45 0 26 2F 31 C 1F 27
Octal 202 121 105 0 46 57 61 14 37 47
Binary 10000010 1010001 1000101 0 100110 101111 110001 1100 11111 100111

Color Harmonies of #825145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825145

Black with #825145

Text Example


Text Example

White with #825145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825145; }

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

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

background-color css

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

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

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

border-color css

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

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

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