Html Css Color HEX #83544A Ironstone

📋 copy color: '#83544A'

red 131 ◦ green 84 ◦ blue 74

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

Shades of Ironstone #83544A

Tints of Ironstone #83544A

RGB

 RED value IS 131 (51.56% from 255) = 45.33%

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

 BLUE value IS 74 (29.3% from 255) = 25.61%

R = 45.33%
G = 29.07%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#83544A (or 0x83544A) is known color: Ironstone. HEX triplet: 83, 54 and 4A. RGB value is (131,84,74). Sum of RGB (Red+Green+Blue) = 131+84+74=289 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.33% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 74 (29.30% from 255 or 25.61% from 289); Max value from RGB is 131 - color contains mainly: red. Hex color #83544A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83544A is #7CABB5. Grayscale: #606060. Windows color (decimal): -8170422 or 4871299. OLE color: 4871299.

HSL color Cylindrical-coordinate representation of color #83544A: hue angle of 10.53º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83544A is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 84 74 -
CMYK 0 0.36 0.44 0.49
HSL 10.53º 0.28% 0.4% -
HSV(B) 10.53º 0.44% 0.51% -
XYZ 13.77 11.66 8 -
YUV 96.91 115.07 152.31 -
System Red Green Blue C M Y K H S L
Decimal 131 84 74 0 0.36 0.44 0.49 10.53 0.28 0.4
Hex 83 54 4A 0 24 2C 31 B 1C 28
Octal 203 124 112 0 44 54 61 13 34 50
Binary 10000011 1010100 1001010 0 100100 101100 110001 1011 11100 101000

Color Harmonies of #83544A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83544A

Black with #83544A

Text Example


Text Example

White with #83544A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83544A; }

 p { color: rgb(131,84,74); }

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

background-color css

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

 a { background-color: rgb(131,84,74); }

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

border-color css

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

 span { border-color: rgb(131,84,74); }

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