Html Css Color HEX #825546 Ironstone

📋 copy color: '#825546'

red 130 ◦ green 85 ◦ blue 70

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

Shades of Ironstone #825546

Tints of Ironstone #825546

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.82%

 BLUE value IS 70 (27.73% from 255) = 24.56%

R = 45.61%
G = 29.82%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#825546 (or 0x825546) is known color: Ironstone. HEX triplet: 82, 55 and 46. RGB value is (130,85,70). Sum of RGB (Red+Green+Blue) = 130+85+70=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 70 (27.73% from 255 or 24.56% from 285); Max value from RGB is 130 - color contains mainly: red. Hex color #825546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825546 is #7DAAB9. Grayscale: #606060. Windows color (decimal): -8235706 or 4609410. OLE color: 4609410.

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

Color convert

RGB 130 85 70 -
CMYK 0 0.35 0.46 0.49
HSL 15º 0.3% 0.39% -
HSV(B) 15º 0.46% 0.51% -
XYZ 13.56 11.69 7.34 -
YUV 96.75 112.91 151.72 -
System Red Green Blue C M Y K H S L
Decimal 130 85 70 0 0.35 0.46 0.49 15 0.3 0.39
Hex 82 55 46 0 23 2E 31 F 1E 27
Octal 202 125 106 0 43 56 61 17 36 47
Binary 10000010 1010101 1000110 0 100011 101110 110001 1111 11110 100111

Color Harmonies of #825546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825546

Black with #825546

Text Example


Text Example

White with #825546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825546; }

 p { color: rgb(130,85,70); }

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

background-color css

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

 a { background-color: rgb(130,85,70); }

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

border-color css

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

 span { border-color: rgb(130,85,70); }

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