Html Css Color HEX #845748 Ironstone

📋 copy color: '#845748'

red 132 ◦ green 87 ◦ blue 72

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

Shades of Ironstone #845748

Tints of Ironstone #845748

RGB

 RED value IS 132 (51.95% from 255) = 45.36%

 GREEN value IS 87 (34.38% from 255) = 29.9%

 BLUE value IS 72 (28.52% from 255) = 24.74%

R = 45.36%
G = 29.9%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#845748 (or 0x845748) is known color: Ironstone. HEX triplet: 84, 57 and 48. RGB value is (132,87,72). Sum of RGB (Red+Green+Blue) = 132+87+72=291 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.36% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 72 (28.52% from 255 or 24.74% from 291); Max value from RGB is 132 - color contains mainly: red. Hex color #845748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845748 is #7BA8B7. Grayscale: #626262. Windows color (decimal): -8104120 or 4740996. OLE color: 4740996.

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

Color convert

RGB 132 87 72 -
CMYK 0 0.34 0.45 0.48
HSL 15º 0.29% 0.4% -
HSV(B) 15º 0.45% 0.52% -
XYZ 14.09 12.19 7.74 -
YUV 98.75 112.91 151.72 -
System Red Green Blue C M Y K H S L
Decimal 132 87 72 0 0.34 0.45 0.48 15 0.29 0.4
Hex 84 57 48 0 22 2D 30 F 1D 28
Octal 204 127 110 0 42 55 60 17 35 50
Binary 10000100 1010111 1001000 0 100010 101101 110000 1111 11101 101000

Color Harmonies of #845748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845748

Black with #845748

Text Example


Text Example

White with #845748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845748; }

 p { color: rgb(132,87,72); }

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

background-color css

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

 a { background-color: rgb(132,87,72); }

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

border-color css

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

 span { border-color: rgb(132,87,72); }

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