Html Css Color HEX #83553F Ironstone

📋 copy color: '#83553F'

red 131 ◦ green 85 ◦ blue 63

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

Shades of Ironstone #83553F

Tints of Ironstone #83553F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.58%

R = 46.95%
G = 30.47%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#83553F (or 0x83553F) is known color: Ironstone. HEX triplet: 83, 55 and 3F. RGB value is (131,85,63). Sum of RGB (Red+Green+Blue) = 131+85+63=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 131 - color contains mainly: red. Hex color #83553F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83553F is #7CAAC0. Grayscale: #606060. Windows color (decimal): -8170177 or 4150659. OLE color: 4150659.

HSL color Cylindrical-coordinate representation of color #83553F: hue angle of 19.41º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #83553F is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 85 63 -
CMYK 0 0.35 0.52 0.49
HSL 19.41º 0.35% 0.38% -
HSV(B) 19.41º 0.52% 0.51% -
XYZ 13.51 11.68 6.25 -
YUV 96.25 109.24 152.79 -
System Red Green Blue C M Y K H S L
Decimal 131 85 63 0 0.35 0.52 0.49 19.41 0.35 0.38
Hex 83 55 3F 0 23 34 31 13 23 26
Octal 203 125 77 0 43 64 61 23 43 46
Binary 10000011 1010101 111111 0 100011 110100 110001 10011 100011 100110

Color Harmonies of #83553F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83553F

Black with #83553F

Text Example


Text Example

White with #83553F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83553F; }

 p { color: rgb(131,85,63); }

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

background-color css

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

 a { background-color: rgb(131,85,63); }

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

border-color css

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

 span { border-color: rgb(131,85,63); }

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