Html Css Color HEX #544331 Deep Bronze

📋 copy color: '#544331'

red 84 ◦ green 67 ◦ blue 49

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

Shades of Deep Bronze #544331

Tints of Deep Bronze #544331

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33.5%

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

R = 42%
G = 33.5%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#544331 (or 0x544331) is known color: Deep Bronze. HEX triplet: 54, 43 and 31. RGB value is (84,67,49). Sum of RGB (Red+Green+Blue) = 84+67+49=200 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42% from 200); Green value is 67 (26.56% from 255 or 33.5% from 200); Blue value is 49 (19.53% from 255 or 24.5% from 200); Max value from RGB is 84 - color contains mainly: red. Hex color #544331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544331 is #ABBCCE. Grayscale: #464646. Windows color (decimal): -11254991 or 3228500. OLE color: 3228500.

HSL color Cylindrical-coordinate representation of color #544331: hue angle of 30.86º 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 #544331 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 67 49 -
CMYK 0 0.20 0.42 0.67
HSL 30.86º 0.26% 0.26% -
HSV(B) 30.86º 0.42% 0.33% -
XYZ 6.22 6.12 3.76 -
YUV 70.03 116.13 137.96 -
System Red Green Blue C M Y K H S L
Decimal 84 67 49 0 0.20 0.42 0.67 30.86 0.26 0.26
Hex 54 43 31 0 14 2A 43 1F 1A 1A
Octal 124 103 61 0 24 52 103 37 32 32
Binary 1010100 1000011 110001 0 10100 101010 1000011 11111 11010 11010

Color Harmonies of #544331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544331

Black with #544331

Text Example


Text Example

White with #544331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544331; }

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

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

background-color css

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

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

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

border-color css

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

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

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