Html Css Color HEX #854C3C Ironstone

📋 copy color: '#854C3C'

red 133 ◦ green 76 ◦ blue 60

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

Shades of Ironstone #854C3C

Tints of Ironstone #854C3C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.25%

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

R = 49.44%
G = 28.25%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#854C3C (or 0x854C3C) is known color: Ironstone. HEX triplet: 85, 4C and 3C. RGB value is (133,76,60). Sum of RGB (Red+Green+Blue) = 133+76+60=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 76 (30.08% from 255 or 28.25% from 269); Blue value is 60 (23.83% from 255 or 22.30% from 269); Max value from RGB is 133 - color contains mainly: red. Hex color #854C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854C3C is #7AB3C3. Grayscale: #5B5B5B. Windows color (decimal): -8041412 or 3951749. OLE color: 3951749.

HSL color Cylindrical-coordinate representation of color #854C3C: hue angle of 13.15º 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 #854C3C is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 76 60 -
CMYK 0 0.43 0.55 0.48
HSL 13.15º 0.38% 0.38% -
HSV(B) 13.15º 0.55% 0.52% -
XYZ 13.07 10.48 5.61 -
YUV 91.22 110.38 157.8 -
System Red Green Blue C M Y K H S L
Decimal 133 76 60 0 0.43 0.55 0.48 13.15 0.38 0.38
Hex 85 4C 3C 0 2B 37 30 D 26 26
Octal 205 114 74 0 53 67 60 15 46 46
Binary 10000101 1001100 111100 0 101011 110111 110000 1101 100110 100110

Color Harmonies of #854C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854C3C

Black with #854C3C

Text Example


Text Example

White with #854C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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