Html Css Color HEX #845043 Ironstone

📋 copy color: '#845043'

red 132 ◦ green 80 ◦ blue 67

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

Shades of Ironstone #845043

Tints of Ironstone #845043

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.67%

 BLUE value IS 67 (26.56% from 255) = 24.01%

R = 47.31%
G = 28.67%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.48

RGB Variations

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

Color information

#845043 (or 0x845043) is known color: Ironstone. HEX triplet: 84, 50 and 43. RGB value is (132,80,67). Sum of RGB (Red+Green+Blue) = 132+80+67=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 67 (26.56% from 255 or 24.01% from 279); Max value from RGB is 132 - color contains mainly: red. Hex color #845043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845043 is #7BAFBC. Grayscale: #5E5E5E. Windows color (decimal): -8105917 or 4411524. OLE color: 4411524.

HSL color Cylindrical-coordinate representation of color #845043: hue angle of 12º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #845043 is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 80 67 -
CMYK 0 0.39 0.49 0.48
HSL 12º 0.33% 0.39% -
HSV(B) 12º 0.49% 0.52% -
XYZ 13.4 11.05 6.74 -
YUV 94.07 112.73 155.06 -
System Red Green Blue C M Y K H S L
Decimal 132 80 67 0 0.39 0.49 0.48 12 0.33 0.39
Hex 84 50 43 0 27 31 30 C 21 27
Octal 204 120 103 0 47 61 60 14 41 47
Binary 10000100 1010000 1000011 0 100111 110001 110000 1100 100001 100111

Color Harmonies of #845043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845043

Black with #845043

Text Example


Text Example

White with #845043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845043; }

 p { color: rgb(132,80,67); }

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

background-color css

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

 a { background-color: rgb(132,80,67); }

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

border-color css

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

 span { border-color: rgb(132,80,67); }

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