Html Css Color HEX #825748 Ironstone

📋 copy color: '#825748'

red 130 ◦ green 87 ◦ blue 72

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

Shades of Ironstone #825748

Tints of Ironstone #825748

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.1%

 BLUE value IS 72 (28.52% from 255) = 24.91%

R = 44.98%
G = 30.1%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#825748 (or 0x825748) is known color: Ironstone. HEX triplet: 82, 57 and 48. RGB value is (130,87,72). Sum of RGB (Red+Green+Blue) = 130+87+72=289 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.98% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 72 (28.52% from 255 or 24.91% from 289); Max value from RGB is 130 - color contains mainly: red. Hex color #825748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825748 is #7DA8B7. Grayscale: #626262. Windows color (decimal): -8235192 or 4740994. OLE color: 4740994.

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

Color convert

RGB 130 87 72 -
CMYK 0 0.33 0.45 0.49
HSL 15.52º 0.29% 0.4% -
HSV(B) 15.52º 0.45% 0.51% -
XYZ 13.78 12.03 7.73 -
YUV 98.15 113.25 150.72 -
System Red Green Blue C M Y K H S L
Decimal 130 87 72 0 0.33 0.45 0.49 15.52 0.29 0.4
Hex 82 57 48 0 21 2D 31 10 1D 28
Octal 202 127 110 0 41 55 61 20 35 50
Binary 10000010 1010111 1001000 0 100001 101101 110001 10000 11101 101000

Color Harmonies of #825748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825748

Black with #825748

Text Example


Text Example

White with #825748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825748; }

 p { color: rgb(130,87,72); }

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

background-color css

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

 a { background-color: rgb(130,87,72); }

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

border-color css

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

 span { border-color: rgb(130,87,72); }

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