Html Css Color HEX #825448 Ironstone

📋 copy color: '#825448'

red 130 ◦ green 84 ◦ blue 72

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

Shades of Ironstone #825448

Tints of Ironstone #825448

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.37%

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

R = 45.45%
G = 29.37%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#825448 (or 0x825448) is known color: Ironstone. HEX triplet: 82, 54 and 48. RGB value is (130,84,72). Sum of RGB (Red+Green+Blue) = 130+84+72=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 130 - color contains mainly: red. Hex color #825448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825448 is #7DABB7. Grayscale: #606060. Windows color (decimal): -8235960 or 4740226. OLE color: 4740226.

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

Color convert

RGB 130 84 72 -
CMYK 0 0.35 0.45 0.49
HSL 12.41º 0.29% 0.4% -
HSV(B) 12.41º 0.45% 0.51% -
XYZ 13.55 11.55 7.65 -
YUV 96.39 114.24 151.98 -
System Red Green Blue C M Y K H S L
Decimal 130 84 72 0 0.35 0.45 0.49 12.41 0.29 0.4
Hex 82 54 48 0 23 2D 31 C 1D 28
Octal 202 124 110 0 43 55 61 14 35 50
Binary 10000010 1010100 1001000 0 100011 101101 110001 1100 11101 101000

Color Harmonies of #825448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825448

Black with #825448

Text Example


Text Example

White with #825448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825448; }

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

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

background-color css

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

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

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

border-color css

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

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

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