Html Css Color HEX #855345 Ironstone

📋 copy color: '#855345'

red 133 ◦ green 83 ◦ blue 69

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

Shades of Ironstone #855345

Tints of Ironstone #855345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 24.21%

R = 46.67%
G = 29.12%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#855345 (or 0x855345) is known color: Ironstone. HEX triplet: 85, 53 and 45. RGB value is (133,83,69). Sum of RGB (Red+Green+Blue) = 133+83+69=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #855345 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855345 is #7AACBA. Grayscale: #606060. Windows color (decimal): -8039611 or 4543365. OLE color: 4543365.

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

Color convert

RGB 133 83 69 -
CMYK 0 0.38 0.48 0.48
HSL 13.13º 0.32% 0.4% -
HSV(B) 13.13º 0.48% 0.52% -
XYZ 13.84 11.6 7.14 -
YUV 96.35 112.57 154.14 -
System Red Green Blue C M Y K H S L
Decimal 133 83 69 0 0.38 0.48 0.48 13.13 0.32 0.4
Hex 85 53 45 0 26 30 30 D 20 28
Octal 205 123 105 0 46 60 60 15 40 50
Binary 10000101 1010011 1000101 0 100110 110000 110000 1101 100000 101000

Color Harmonies of #855345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855345

Black with #855345

Text Example


Text Example

White with #855345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855345; }

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

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

background-color css

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

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

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

border-color css

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

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

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