Html Css Color HEX #544231 Deep Bronze

📋 copy color: '#544231'

red 84 ◦ green 66 ◦ blue 49

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

Shades of Deep Bronze #544231

Tints of Deep Bronze #544231

RGB

 RED value IS 84 (33.2% from 255) = 42.21%

 GREEN value IS 66 (26.17% from 255) = 33.17%

 BLUE value IS 49 (19.53% from 255) = 24.62%

R = 42.21%
G = 33.17%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#544231 (or 0x544231) is known color: Deep Bronze. HEX triplet: 54, 42 and 31. RGB value is (84,66,49). Sum of RGB (Red+Green+Blue) = 84+66+49=199 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.21% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 49 (19.53% from 255 or 24.62% from 199); Max value from RGB is 84 - color contains mainly: red. Hex color #544231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544231 is #ABBDCE. Grayscale: #454545. Windows color (decimal): -11255247 or 3228244. OLE color: 3228244.

HSL color Cylindrical-coordinate representation of color #544231: hue angle of 29.14º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #544231 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 66 49 -
CMYK 0 0.21 0.42 0.67
HSL 29.14º 0.26% 0.26% -
HSV(B) 29.14º 0.42% 0.33% -
XYZ 6.16 6 3.74 -
YUV 69.44 116.46 138.38 -
System Red Green Blue C M Y K H S L
Decimal 84 66 49 0 0.21 0.42 0.67 29.14 0.26 0.26
Hex 54 42 31 0 15 2A 43 1D 1A 1A
Octal 124 102 61 0 25 52 103 35 32 32
Binary 1010100 1000010 110001 0 10101 101010 1000011 11101 11010 11010

Color Harmonies of #544231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544231

Black with #544231

Text Example


Text Example

White with #544231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544231; }

 p { color: rgb(84,66,49); }

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

background-color css

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

 a { background-color: rgb(84,66,49); }

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

border-color css

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

 span { border-color: rgb(84,66,49); }

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