Html Css Color HEX #855341 Ironstone

📋 copy color: '#855341'

red 133 ◦ green 83 ◦ blue 65

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

Shades of Ironstone #855341

Tints of Ironstone #855341

RGB

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

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

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

R = 47.33%
G = 29.54%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#855341 (or 0x855341) is known color: Ironstone. HEX triplet: 85, 53 and 41. RGB value is (133,83,65). Sum of RGB (Red+Green+Blue) = 133+83+65=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #855341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855341 is #7AACBE. Grayscale: #606060. Windows color (decimal): -8039615 or 4281221. OLE color: 4281221.

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

Color convert

RGB 133 83 65 -
CMYK 0 0.38 0.51 0.48
HSL 15.88º 0.34% 0.39% -
HSV(B) 15.88º 0.51% 0.52% -
XYZ 13.72 11.55 6.51 -
YUV 95.9 110.57 154.46 -
System Red Green Blue C M Y K H S L
Decimal 133 83 65 0 0.38 0.51 0.48 15.88 0.34 0.39
Hex 85 53 41 0 26 33 30 10 22 27
Octal 205 123 101 0 46 63 60 20 42 47
Binary 10000101 1010011 1000001 0 100110 110011 110000 10000 100010 100111

Color Harmonies of #855341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855341

Black with #855341

Text Example


Text Example

White with #855341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855341; }

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

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

background-color css

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

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

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

border-color css

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

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

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