Html Css Color HEX #544432 Deep Bronze

📋 copy color: '#544432'

red 84 ◦ green 68 ◦ blue 50

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

Shades of Deep Bronze #544432

Tints of Deep Bronze #544432

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.66%

 BLUE value IS 50 (19.92% from 255) = 24.75%

R = 41.58%
G = 33.66%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#544432 (or 0x544432) is known color: Deep Bronze. HEX triplet: 54, 44 and 32. RGB value is (84,68,50). Sum of RGB (Red+Green+Blue) = 84+68+50=202 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.58% from 202); Green value is 68 (26.95% from 255 or 33.66% from 202); Blue value is 50 (19.92% from 255 or 24.75% from 202); Max value from RGB is 84 - color contains mainly: red. Hex color #544432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544432 is #ABBBCD. Grayscale: #464646. Windows color (decimal): -11254734 or 3294292. OLE color: 3294292.

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

Color convert

RGB 84 68 50 -
CMYK 0 0.19 0.40 0.67
HSL 31.76º 0.25% 0.26% -
HSV(B) 31.76º 0.4% 0.33% -
XYZ 6.3 6.25 3.89 -
YUV 70.73 116.3 137.46 -
System Red Green Blue C M Y K H S L
Decimal 84 68 50 0 0.19 0.40 0.67 31.76 0.25 0.26
Hex 54 44 32 0 13 28 43 20 19 1A
Octal 124 104 62 0 23 50 103 40 31 32
Binary 1010100 1000100 110010 0 10011 101000 1000011 100000 11001 11010

Color Harmonies of #544432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544432

Black with #544432

Text Example


Text Example

White with #544432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544432; }

 p { color: rgb(84,68,50); }

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

background-color css

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

 a { background-color: rgb(84,68,50); }

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

border-color css

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

 span { border-color: rgb(84,68,50); }

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