Html Css Color HEX #544534 Deep Bronze

📋 copy color: '#544534'

red 84 ◦ green 69 ◦ blue 52

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

Shades of Deep Bronze #544534

Tints of Deep Bronze #544534

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.66%

 BLUE value IS 52 (20.7% from 255) = 25.37%

R = 40.98%
G = 33.66%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.38

 K value IS 0.67

RGB Variations

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

Color information

#544534 (or 0x544534) is known color: Deep Bronze. HEX triplet: 54, 45 and 34. RGB value is (84,69,52). Sum of RGB (Red+Green+Blue) = 84+69+52=205 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.98% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 52 (20.70% from 255 or 25.37% from 205); Max value from RGB is 84 - color contains mainly: red. Hex color #544534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544534 is #ABBACB. Grayscale: #474747. Windows color (decimal): -11254476 or 3425620. OLE color: 3425620.

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

Color convert

RGB 84 69 52 -
CMYK 0 0.18 0.38 0.67
HSL 31.88º 0.24% 0.27% -
HSV(B) 31.88º 0.38% 0.33% -
XYZ 6.4 6.39 4.14 -
YUV 71.55 116.97 136.88 -
System Red Green Blue C M Y K H S L
Decimal 84 69 52 0 0.18 0.38 0.67 31.88 0.24 0.27
Hex 54 45 34 0 12 26 43 20 18 1B
Octal 124 105 64 0 22 46 103 40 30 33
Binary 1010100 1000101 110100 0 10010 100110 1000011 100000 11000 11011

Color Harmonies of #544534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544534

Black with #544534

Text Example


Text Example

White with #544534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544534; }

 p { color: rgb(84,69,52); }

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

background-color css

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

 a { background-color: rgb(84,69,52); }

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

border-color css

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

 span { border-color: rgb(84,69,52); }

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