Html Css Color HEX #855340 Ironstone

📋 copy color: '#855340'

red 133 ◦ green 83 ◦ blue 64

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

Shades of Ironstone #855340

Tints of Ironstone #855340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 22.86%

R = 47.5%
G = 29.64%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#855340 (or 0x855340) is known color: Ironstone. HEX triplet: 85, 53 and 40. RGB value is (133,83,64). Sum of RGB (Red+Green+Blue) = 133+83+64=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #855340 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855340 is #7AACBF. Grayscale: #5F5F5F. Windows color (decimal): -8039616 or 4215685. OLE color: 4215685.

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

Color convert

RGB 133 83 64 -
CMYK 0 0.38 0.52 0.48
HSL 16.52º 0.35% 0.39% -
HSV(B) 16.52º 0.52% 0.52% -
XYZ 13.69 11.54 6.36 -
YUV 95.78 110.07 154.54 -
System Red Green Blue C M Y K H S L
Decimal 133 83 64 0 0.38 0.52 0.48 16.52 0.35 0.39
Hex 85 53 40 0 26 34 30 11 23 27
Octal 205 123 100 0 46 64 60 21 43 47
Binary 10000101 1010011 1000000 0 100110 110100 110000 10001 100011 100111

Color Harmonies of #855340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855340

Black with #855340

Text Example


Text Example

White with #855340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855340; }

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

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

background-color css

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

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

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

border-color css

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

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

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