Html Css Color HEX #854E3C Ironstone

📋 copy color: '#854E3C'

red 133 ◦ green 78 ◦ blue 60

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

Shades of Ironstone #854E3C

Tints of Ironstone #854E3C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.78%

 BLUE value IS 60 (23.83% from 255) = 22.14%

R = 49.08%
G = 28.78%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#854E3C (or 0x854E3C) is known color: Ironstone. HEX triplet: 85, 4E and 3C. RGB value is (133,78,60). Sum of RGB (Red+Green+Blue) = 133+78+60=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 78 (30.86% from 255 or 28.78% from 271); Blue value is 60 (23.83% from 255 or 22.14% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #854E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854E3C is #7AB1C3. Grayscale: #5C5C5C. Windows color (decimal): -8040900 or 3952261. OLE color: 3952261.

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

Color convert

RGB 133 78 60 -
CMYK 0 0.41 0.55 0.48
HSL 14.79º 0.38% 0.38% -
HSV(B) 14.79º 0.55% 0.52% -
XYZ 13.21 10.76 5.66 -
YUV 92.39 109.72 156.96 -
System Red Green Blue C M Y K H S L
Decimal 133 78 60 0 0.41 0.55 0.48 14.79 0.38 0.38
Hex 85 4E 3C 0 29 37 30 F 26 26
Octal 205 116 74 0 51 67 60 17 46 46
Binary 10000101 1001110 111100 0 101001 110111 110000 1111 100110 100110

Color Harmonies of #854E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854E3C

Black with #854E3C

Text Example


Text Example

White with #854E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854E3C; }

 p { color: rgb(133,78,60); }

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

background-color css

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

 a { background-color: rgb(133,78,60); }

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

border-color css

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

 span { border-color: rgb(133,78,60); }

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