Html Css Color HEX #835545 Ironstone

📋 copy color: '#835545'

red 131 ◦ green 85 ◦ blue 69

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

Shades of Ironstone #835545

Tints of Ironstone #835545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 24.21%

R = 45.96%
G = 29.82%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#835545 (or 0x835545) is known color: Ironstone. HEX triplet: 83, 55 and 45. RGB value is (131,85,69). Sum of RGB (Red+Green+Blue) = 131+85+69=285 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.96% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 131 - color contains mainly: red. Hex color #835545 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835545 is #7CAABA. Grayscale: #616161. Windows color (decimal): -8170171 or 4543875. OLE color: 4543875.

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

Color convert

RGB 131 85 69 -
CMYK 0 0.35 0.47 0.49
HSL 15.48º 0.31% 0.39% -
HSV(B) 15.48º 0.47% 0.51% -
XYZ 13.68 11.75 7.18 -
YUV 96.93 112.24 152.3 -
System Red Green Blue C M Y K H S L
Decimal 131 85 69 0 0.35 0.47 0.49 15.48 0.31 0.39
Hex 83 55 45 0 23 2F 31 F 1F 27
Octal 203 125 105 0 43 57 61 17 37 47
Binary 10000011 1010101 1000101 0 100011 101111 110001 1111 11111 100111

Color Harmonies of #835545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835545

Black with #835545

Text Example


Text Example

White with #835545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835545; }

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

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

background-color css

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

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

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

border-color css

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

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

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