Html Css Color HEX #855342 Ironstone

📋 copy color: '#855342'

red 133 ◦ green 83 ◦ blue 66

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

Shades of Ironstone #855342

Tints of Ironstone #855342

RGB

 RED value IS 133 (52.34% from 255) = 47.16%

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

 BLUE value IS 66 (26.17% from 255) = 23.4%

R = 47.16%
G = 29.43%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#855342 (or 0x855342) is known color: Ironstone. HEX triplet: 85, 53 and 42. RGB value is (133,83,66). Sum of RGB (Red+Green+Blue) = 133+83+66=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #855342 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855342 is #7AACBD. Grayscale: #606060. Windows color (decimal): -8039614 or 4346757. OLE color: 4346757.

HSL color Cylindrical-coordinate representation of color #855342: hue angle of 15.22º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #855342 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 83 66 -
CMYK 0 0.38 0.50 0.48
HSL 15.22º 0.34% 0.39% -
HSV(B) 15.22º 0.5% 0.52% -
XYZ 13.75 11.57 6.66 -
YUV 96.01 111.07 154.38 -
System Red Green Blue C M Y K H S L
Decimal 133 83 66 0 0.38 0.50 0.48 15.22 0.34 0.39
Hex 85 53 42 0 26 32 30 F 22 27
Octal 205 123 102 0 46 62 60 17 42 47
Binary 10000101 1010011 1000010 0 100110 110010 110000 1111 100010 100111

Color Harmonies of #855342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855342

Black with #855342

Text Example


Text Example

White with #855342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855342; }

 p { color: rgb(133,83,66); }

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

background-color css

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

 a { background-color: rgb(133,83,66); }

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

border-color css

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

 span { border-color: rgb(133,83,66); }

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