Html Css Color HEX #825647 Ironstone

📋 copy color: '#825647'

red 130 ◦ green 86 ◦ blue 71

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

Shades of Ironstone #825647

Tints of Ironstone #825647

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.97%

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

R = 45.3%
G = 29.97%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#825647 (or 0x825647) is known color: Ironstone. HEX triplet: 82, 56 and 47. RGB value is (130,86,71). Sum of RGB (Red+Green+Blue) = 130+86+71=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 71 (28.12% from 255 or 24.74% from 287); Max value from RGB is 130 - color contains mainly: red. Hex color #825647 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825647 is #7DA9B8. Grayscale: #616161. Windows color (decimal): -8235449 or 4675202. OLE color: 4675202.

HSL color Cylindrical-coordinate representation of color #825647: hue angle of 15.25º 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 #825647 is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 86 71 -
CMYK 0 0.34 0.45 0.49
HSL 15.25º 0.29% 0.39% -
HSV(B) 15.25º 0.45% 0.51% -
XYZ 13.67 11.86 7.53 -
YUV 97.45 113.08 151.22 -
System Red Green Blue C M Y K H S L
Decimal 130 86 71 0 0.34 0.45 0.49 15.25 0.29 0.39
Hex 82 56 47 0 22 2D 31 F 1D 27
Octal 202 126 107 0 42 55 61 17 35 47
Binary 10000010 1010110 1000111 0 100010 101101 110001 1111 11101 100111

Color Harmonies of #825647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825647

Black with #825647

Text Example


Text Example

White with #825647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825647; }

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

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

background-color css

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

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

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

border-color css

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

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

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