Html Css Color HEX #825348 Ironstone

📋 copy color: '#825348'

red 130 ◦ green 83 ◦ blue 72

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

Shades of Ironstone #825348

Tints of Ironstone #825348

RGB

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

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

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

R = 45.61%
G = 29.12%
B = 25.26%

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

#825348 (or 0x825348) is known color: Ironstone. HEX triplet: 82, 53 and 48. RGB value is (130,83,72). Sum of RGB (Red+Green+Blue) = 130+83+72=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 72 (28.52% from 255 or 25.26% from 285); Max value from RGB is 130 - color contains mainly: red. Hex color #825348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825348 is #7DACB7. Grayscale: #5F5F5F. Windows color (decimal): -8236216 or 4739970. OLE color: 4739970.

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

Color convert

RGB 130 83 72 -
CMYK 0 0.36 0.45 0.49
HSL 11.38º 0.29% 0.4% -
HSV(B) 11.38º 0.45% 0.51% -
XYZ 13.47 11.4 7.62 -
YUV 95.8 114.57 152.39 -
System Red Green Blue C M Y K H S L
Decimal 130 83 72 0 0.36 0.45 0.49 11.38 0.29 0.4
Hex 82 53 48 0 24 2D 31 B 1D 28
Octal 202 123 110 0 44 55 61 13 35 50
Binary 10000010 1010011 1001000 0 100100 101101 110001 1011 11101 101000

Color Harmonies of #825348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825348

Black with #825348

Text Example


Text Example

White with #825348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825348; }

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

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

background-color css

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

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

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

border-color css

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

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

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