Html Css Color HEX #855141 Ironstone

📋 copy color: '#855141'

red 133 ◦ green 81 ◦ blue 65

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

Shades of Ironstone #855141

Tints of Ironstone #855141

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.03%

 BLUE value IS 65 (25.78% from 255) = 23.3%

R = 47.67%
G = 29.03%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#855141 (or 0x855141) is known color: Ironstone. HEX triplet: 85, 51 and 41. RGB value is (133,81,65). Sum of RGB (Red+Green+Blue) = 133+81+65=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 65 (25.78% from 255 or 23.30% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #855141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855141 is #7AAEBE. Grayscale: #5E5E5E. Windows color (decimal): -8040127 or 4280709. OLE color: 4280709.

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

Color convert

RGB 133 81 65 -
CMYK 0 0.39 0.51 0.48
HSL 14.12º 0.34% 0.39% -
HSV(B) 14.12º 0.51% 0.52% -
XYZ 13.57 11.25 6.46 -
YUV 94.72 111.23 155.3 -
System Red Green Blue C M Y K H S L
Decimal 133 81 65 0 0.39 0.51 0.48 14.12 0.34 0.39
Hex 85 51 41 0 27 33 30 E 22 27
Octal 205 121 101 0 47 63 60 16 42 47
Binary 10000101 1010001 1000001 0 100111 110011 110000 1110 100010 100111

Color Harmonies of #855141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855141

Black with #855141

Text Example


Text Example

White with #855141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855141; }

 p { color: rgb(133,81,65); }

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

background-color css

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

 a { background-color: rgb(133,81,65); }

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

border-color css

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

 span { border-color: rgb(133,81,65); }

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