Html Css Color HEX #825347 Ironstone

📋 copy color: '#825347'

red 130 ◦ green 83 ◦ blue 71

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

Shades of Ironstone #825347

Tints of Ironstone #825347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 25%

R = 45.77%
G = 29.23%
B = 25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#825347 (or 0x825347) is known color: Ironstone. HEX triplet: 82, 53 and 47. RGB value is (130,83,71). Sum of RGB (Red+Green+Blue) = 130+83+71=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 71 (28.12% from 255 or 25% from 284); Max value from RGB is 130 - color contains mainly: red. Hex color #825347 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825347 is #7DACB8. Grayscale: #5F5F5F. Windows color (decimal): -8236217 or 4674434. OLE color: 4674434.

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

Color convert

RGB 130 83 71 -
CMYK 0 0.36 0.45 0.49
HSL 12.2º 0.29% 0.39% -
HSV(B) 12.2º 0.45% 0.51% -
XYZ 13.44 11.39 7.45 -
YUV 95.69 114.07 152.48 -
System Red Green Blue C M Y K H S L
Decimal 130 83 71 0 0.36 0.45 0.49 12.2 0.29 0.39
Hex 82 53 47 0 24 2D 31 C 1D 27
Octal 202 123 107 0 44 55 61 14 35 47
Binary 10000010 1010011 1000111 0 100100 101101 110001 1100 11101 100111

Color Harmonies of #825347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825347

Black with #825347

Text Example


Text Example

White with #825347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825347; }

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

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

background-color css

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

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

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

border-color css

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

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

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