Html Css Color HEX #825642 Ironstone

📋 copy color: '#825642'

red 130 ◦ green 86 ◦ blue 66

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

Shades of Ironstone #825642

Tints of Ironstone #825642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.4%

R = 46.1%
G = 30.5%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#825642 (or 0x825642) is known color: Ironstone. HEX triplet: 82, 56 and 42. RGB value is (130,86,66). Sum of RGB (Red+Green+Blue) = 130+86+66=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 130 - color contains mainly: red. Hex color #825642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825642 is #7DA9BD. Grayscale: #616161. Windows color (decimal): -8235454 or 4347522. OLE color: 4347522.

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

Color convert

RGB 130 86 66 -
CMYK 0 0.34 0.49 0.49
HSL 18.75º 0.33% 0.38% -
HSV(B) 18.75º 0.49% 0.51% -
XYZ 13.52 11.79 6.72 -
YUV 96.88 110.58 151.63 -
System Red Green Blue C M Y K H S L
Decimal 130 86 66 0 0.34 0.49 0.49 18.75 0.33 0.38
Hex 82 56 42 0 22 31 31 13 21 26
Octal 202 126 102 0 42 61 61 23 41 46
Binary 10000010 1010110 1000010 0 100010 110001 110001 10011 100001 100110

Color Harmonies of #825642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825642

Black with #825642

Text Example


Text Example

White with #825642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825642; }

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

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

background-color css

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

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

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

border-color css

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

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

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