Html Css Color HEX #544029 Deep Bronze

📋 copy color: '#544029'

red 84 ◦ green 64 ◦ blue 41

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

Shades of Deep Bronze #544029

Tints of Deep Bronze #544029

RGB

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

 GREEN value IS 64 (25.39% from 255) = 33.86%

 BLUE value IS 41 (16.41% from 255) = 21.69%

R = 44.44%
G = 33.86%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#544029 (or 0x544029) is known color: Deep Bronze. HEX triplet: 54, 40 and 29. RGB value is (84,64,41). Sum of RGB (Red+Green+Blue) = 84+64+41=189 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.44% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 41 (16.41% from 255 or 21.69% from 189); Max value from RGB is 84 - color contains mainly: red. Hex color #544029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544029 is #ABBFD6. Grayscale: #434343. Windows color (decimal): -11255767 or 2703444. OLE color: 2703444.

HSL color Cylindrical-coordinate representation of color #544029: hue angle of 32.09º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #544029 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 64 41 -
CMYK 0 0.24 0.51 0.67
HSL 32.09º 0.34% 0.25% -
HSV(B) 32.09º 0.51% 0.33% -
XYZ 5.89 5.71 2.89 -
YUV 67.36 113.13 139.87 -
System Red Green Blue C M Y K H S L
Decimal 84 64 41 0 0.24 0.51 0.67 32.09 0.34 0.25
Hex 54 40 29 0 18 33 43 20 22 19
Octal 124 100 51 0 30 63 103 40 42 31
Binary 1010100 1000000 101001 0 11000 110011 1000011 100000 100010 11001

Color Harmonies of #544029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544029

Black with #544029

Text Example


Text Example

White with #544029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544029; }

 p { color: rgb(84,64,41); }

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

background-color css

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

 a { background-color: rgb(84,64,41); }

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

border-color css

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

 span { border-color: rgb(84,64,41); }

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