Html Css Color HEX #855042 Ironstone

📋 copy color: '#855042'

red 133 ◦ green 80 ◦ blue 66

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

Shades of Ironstone #855042

Tints of Ironstone #855042

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.67%

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

R = 47.67%
G = 28.67%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#855042 (or 0x855042) is known color: Ironstone. HEX triplet: 85, 50 and 42. RGB value is (133,80,66). Sum of RGB (Red+Green+Blue) = 133+80+66=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 66 (26.17% from 255 or 23.66% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #855042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855042 is #7AAFBD. Grayscale: #5E5E5E. Windows color (decimal): -8040382 or 4345989. OLE color: 4345989.

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

Color convert

RGB 133 80 66 -
CMYK 0 0.40 0.50 0.48
HSL 12.54º 0.34% 0.39% -
HSV(B) 12.54º 0.5% 0.52% -
XYZ 13.52 11.12 6.59 -
YUV 94.25 112.06 155.64 -
System Red Green Blue C M Y K H S L
Decimal 133 80 66 0 0.40 0.50 0.48 12.54 0.34 0.39
Hex 85 50 42 0 28 32 30 D 22 27
Octal 205 120 102 0 50 62 60 15 42 47
Binary 10000101 1010000 1000010 0 101000 110010 110000 1101 100010 100111

Color Harmonies of #855042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855042

Black with #855042

Text Example


Text Example

White with #855042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855042; }

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

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

background-color css

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

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

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

border-color css

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

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

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