Html Css Color HEX #855643 Ironstone

📋 copy color: '#855643'

red 133 ◦ green 86 ◦ blue 67

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

Shades of Ironstone #855643

Tints of Ironstone #855643

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.07%

 BLUE value IS 67 (26.56% from 255) = 23.43%

R = 46.5%
G = 30.07%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#855643 (or 0x855643) is known color: Ironstone. HEX triplet: 85, 56 and 43. RGB value is (133,86,67). Sum of RGB (Red+Green+Blue) = 133+86+67=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 67 (26.56% from 255 or 23.43% from 286); Max value from RGB is 133 - color contains mainly: red. Hex color #855643 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855643 is #7AA9BC. Grayscale: #626262. Windows color (decimal): -8038845 or 4413061. OLE color: 4413061.

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

Color convert

RGB 133 86 67 -
CMYK 0 0.35 0.50 0.48
HSL 17.27º 0.33% 0.39% -
HSV(B) 17.27º 0.5% 0.52% -
XYZ 14.01 12.05 6.9 -
YUV 97.89 110.57 153.04 -
System Red Green Blue C M Y K H S L
Decimal 133 86 67 0 0.35 0.50 0.48 17.27 0.33 0.39
Hex 85 56 43 0 23 32 30 11 21 27
Octal 205 126 103 0 43 62 60 21 41 47
Binary 10000101 1010110 1000011 0 100011 110010 110000 10001 100001 100111

Color Harmonies of #855643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855643

Black with #855643

Text Example


Text Example

White with #855643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855643; }

 p { color: rgb(133,86,67); }

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

background-color css

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

 a { background-color: rgb(133,86,67); }

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

border-color css

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

 span { border-color: rgb(133,86,67); }

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