Html Css Color HEX #544430 Deep Bronze

📋 copy color: '#544430'

red 84 ◦ green 68 ◦ blue 48

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

Shades of Deep Bronze #544430

Tints of Deep Bronze #544430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 24%

R = 42%
G = 34%
B = 24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#544430 (or 0x544430) is known color: Deep Bronze. HEX triplet: 54, 44 and 30. RGB value is (84,68,48). Sum of RGB (Red+Green+Blue) = 84+68+48=200 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42% from 200); Green value is 68 (26.95% from 255 or 34% from 200); Blue value is 48 (19.14% from 255 or 24% from 200); Max value from RGB is 84 - color contains mainly: red. Hex color #544430 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544430 is #ABBBCF. Grayscale: #464646. Windows color (decimal): -11254736 or 3163220. OLE color: 3163220.

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

Color convert

RGB 84 68 48 -
CMYK 0 0.19 0.43 0.67
HSL 33.33º 0.27% 0.26% -
HSV(B) 33.33º 0.43% 0.33% -
XYZ 6.26 6.23 3.67 -
YUV 70.5 115.3 137.63 -
System Red Green Blue C M Y K H S L
Decimal 84 68 48 0 0.19 0.43 0.67 33.33 0.27 0.26
Hex 54 44 30 0 13 2B 43 21 1B 1A
Octal 124 104 60 0 23 53 103 41 33 32
Binary 1010100 1000100 110000 0 10011 101011 1000011 100001 11011 11010

Color Harmonies of #544430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544430

Black with #544430

Text Example


Text Example

White with #544430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544430; }

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

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

background-color css

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

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

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

border-color css

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

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

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