Html Css Color HEX #825349 Ironstone

📋 copy color: '#825349'

red 130 ◦ green 83 ◦ blue 73

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

Shades of Ironstone #825349

Tints of Ironstone #825349

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.02%

 BLUE value IS 73 (28.91% from 255) = 25.52%

R = 45.45%
G = 29.02%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#825349 (or 0x825349) is known color: Ironstone. HEX triplet: 82, 53 and 49. RGB value is (130,83,73). Sum of RGB (Red+Green+Blue) = 130+83+73=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 73 (28.91% from 255 or 25.52% from 286); Max value from RGB is 130 - color contains mainly: red. Hex color #825349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825349 is #7DACB6. Grayscale: #606060. Windows color (decimal): -8236215 or 4805506. OLE color: 4805506.

HSL color Cylindrical-coordinate representation of color #825349: hue angle of 10.53º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #825349 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 83 73 -
CMYK 0 0.36 0.44 0.49
HSL 10.53º 0.28% 0.4% -
HSV(B) 10.53º 0.44% 0.51% -
XYZ 13.5 11.41 7.79 -
YUV 95.91 115.07 152.31 -
System Red Green Blue C M Y K H S L
Decimal 130 83 73 0 0.36 0.44 0.49 10.53 0.28 0.4
Hex 82 53 49 0 24 2C 31 B 1C 28
Octal 202 123 111 0 44 54 61 13 34 50
Binary 10000010 1010011 1001001 0 100100 101100 110001 1011 11100 101000

Color Harmonies of #825349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825349

Black with #825349

Text Example


Text Example

White with #825349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825349; }

 p { color: rgb(130,83,73); }

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

background-color css

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

 a { background-color: rgb(130,83,73); }

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

border-color css

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

 span { border-color: rgb(130,83,73); }

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