Html Css Color HEX #854E3E Ironstone

📋 copy color: '#854E3E'

red 133 ◦ green 78 ◦ blue 62

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

Shades of Ironstone #854E3E

Tints of Ironstone #854E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.71%

R = 48.72%
G = 28.57%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#854E3E (or 0x854E3E) is known color: Ironstone. HEX triplet: 85, 4E and 3E. RGB value is (133,78,62). Sum of RGB (Red+Green+Blue) = 133+78+62=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 62 (24.61% from 255 or 22.71% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #854E3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854E3E is #7AB1C1. Grayscale: #5C5C5C. Windows color (decimal): -8040898 or 4083333. OLE color: 4083333.

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

Color convert

RGB 133 78 62 -
CMYK 0 0.41 0.53 0.48
HSL 13.52º 0.36% 0.38% -
HSV(B) 13.52º 0.53% 0.52% -
XYZ 13.27 10.78 5.94 -
YUV 92.62 110.72 156.8 -
System Red Green Blue C M Y K H S L
Decimal 133 78 62 0 0.41 0.53 0.48 13.52 0.36 0.38
Hex 85 4E 3E 0 29 35 30 E 24 26
Octal 205 116 76 0 51 65 60 16 44 46
Binary 10000101 1001110 111110 0 101001 110101 110000 1110 100100 100110

Color Harmonies of #854E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854E3E

Black with #854E3E

Text Example


Text Example

White with #854E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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