Html Css Color HEX #825544 Ironstone

📋 copy color: '#825544'

red 130 ◦ green 85 ◦ blue 68

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

Shades of Ironstone #825544

Tints of Ironstone #825544

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.04%

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

R = 45.94%
G = 30.04%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#825544 (or 0x825544) is known color: Ironstone. HEX triplet: 82, 55 and 44. RGB value is (130,85,68). Sum of RGB (Red+Green+Blue) = 130+85+68=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 68 (26.95% from 255 or 24.03% from 283); Max value from RGB is 130 - color contains mainly: red. Hex color #825544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825544 is #7DAABB. Grayscale: #606060. Windows color (decimal): -8235708 or 4478338. OLE color: 4478338.

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

Color convert

RGB 130 85 68 -
CMYK 0 0.35 0.48 0.49
HSL 16.45º 0.31% 0.39% -
HSV(B) 16.45º 0.48% 0.51% -
XYZ 13.5 11.66 7.01 -
YUV 96.52 111.91 151.88 -
System Red Green Blue C M Y K H S L
Decimal 130 85 68 0 0.35 0.48 0.49 16.45 0.31 0.39
Hex 82 55 44 0 23 30 31 10 1F 27
Octal 202 125 104 0 43 60 61 20 37 47
Binary 10000010 1010101 1000100 0 100011 110000 110001 10000 11111 100111

Color Harmonies of #825544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825544

Black with #825544

Text Example


Text Example

White with #825544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825544; }

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

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

background-color css

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

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

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

border-color css

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

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

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