Html Css Color HEX #854D3D Ironstone

📋 copy color: '#854D3D'

red 133 ◦ green 77 ◦ blue 61

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

Shades of Ironstone #854D3D

Tints of Ironstone #854D3D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.41%

 BLUE value IS 61 (24.22% from 255) = 22.51%

R = 49.08%
G = 28.41%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#854D3D (or 0x854D3D) is known color: Ironstone. HEX triplet: 85, 4D and 3D. RGB value is (133,77,61). Sum of RGB (Red+Green+Blue) = 133+77+61=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #854D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854D3D is #7AB2C2. Grayscale: #5C5C5C. Windows color (decimal): -8041155 or 4017541. OLE color: 4017541.

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

Color convert

RGB 133 77 61 -
CMYK 0 0.42 0.54 0.48
HSL 13.33º 0.37% 0.38% -
HSV(B) 13.33º 0.54% 0.52% -
XYZ 13.17 10.63 5.77 -
YUV 91.92 110.55 157.3 -
System Red Green Blue C M Y K H S L
Decimal 133 77 61 0 0.42 0.54 0.48 13.33 0.37 0.38
Hex 85 4D 3D 0 2A 36 30 D 25 26
Octal 205 115 75 0 52 66 60 15 45 46
Binary 10000101 1001101 111101 0 101010 110110 110000 1101 100101 100110

Color Harmonies of #854D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854D3D

Black with #854D3D

Text Example


Text Example

White with #854D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,77,61); }

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

background-color css

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

 a { background-color: rgb(133,77,61); }

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

border-color css

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

 span { border-color: rgb(133,77,61); }

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