Html Css Color HEX #825344 Ironstone

📋 copy color: '#825344'

red 130 ◦ green 83 ◦ blue 68

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

Shades of Ironstone #825344

Tints of Ironstone #825344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 24.2%

R = 46.26%
G = 29.54%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#825344 (or 0x825344) is known color: Ironstone. HEX triplet: 82, 53 and 44. RGB value is (130,83,68). Sum of RGB (Red+Green+Blue) = 130+83+68=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 68 (26.95% from 255 or 24.20% from 281); Max value from RGB is 130 - color contains mainly: red. Hex color #825344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825344 is #7DACBB. Grayscale: #5F5F5F. Windows color (decimal): -8236220 or 4477826. OLE color: 4477826.

HSL color Cylindrical-coordinate representation of color #825344: hue angle of 14.52º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #825344 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 83 68 -
CMYK 0 0.36 0.48 0.49
HSL 14.52º 0.31% 0.39% -
HSV(B) 14.52º 0.48% 0.51% -
XYZ 13.34 11.35 6.96 -
YUV 95.34 112.57 152.72 -
System Red Green Blue C M Y K H S L
Decimal 130 83 68 0 0.36 0.48 0.49 14.52 0.31 0.39
Hex 82 53 44 0 24 30 31 F 1F 27
Octal 202 123 104 0 44 60 61 17 37 47
Binary 10000010 1010011 1000100 0 100100 110000 110001 1111 11111 100111

Color Harmonies of #825344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825344

Black with #825344

Text Example


Text Example

White with #825344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825344; }

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

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

background-color css

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

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

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

border-color css

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

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

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