Html Css Color HEX #855041 Ironstone

📋 copy color: '#855041'

red 133 ◦ green 80 ◦ blue 65

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

Shades of Ironstone #855041

Tints of Ironstone #855041

RGB

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

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

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

R = 47.84%
G = 28.78%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#855041 (or 0x855041) is known color: Ironstone. HEX triplet: 85, 50 and 41. RGB value is (133,80,65). Sum of RGB (Red+Green+Blue) = 133+80+65=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #855041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855041 is #7AAFBE. Grayscale: #5E5E5E. Windows color (decimal): -8040383 or 4280453. OLE color: 4280453.

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

Color convert

RGB 133 80 65 -
CMYK 0 0.40 0.51 0.48
HSL 13.24º 0.34% 0.39% -
HSV(B) 13.24º 0.51% 0.52% -
XYZ 13.5 11.11 6.43 -
YUV 94.14 111.56 155.72 -
System Red Green Blue C M Y K H S L
Decimal 133 80 65 0 0.40 0.51 0.48 13.24 0.34 0.39
Hex 85 50 41 0 28 33 30 D 22 27
Octal 205 120 101 0 50 63 60 15 42 47
Binary 10000101 1010000 1000001 0 101000 110011 110000 1101 100010 100111

Color Harmonies of #855041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855041

Black with #855041

Text Example


Text Example

White with #855041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855041; }

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

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

background-color css

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

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

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

border-color css

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

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

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