Html Css Color HEX #544530 Deep Bronze

📋 copy color: '#544530'

red 84 ◦ green 69 ◦ blue 48

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

Shades of Deep Bronze #544530

Tints of Deep Bronze #544530

RGB

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

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

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

R = 41.79%
G = 34.33%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#544530 (or 0x544530) is known color: Deep Bronze. HEX triplet: 54, 45 and 30. RGB value is (84,69,48). Sum of RGB (Red+Green+Blue) = 84+69+48=201 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.79% from 201); Green value is 69 (27.34% from 255 or 34.33% from 201); Blue value is 48 (19.14% from 255 or 23.88% from 201); Max value from RGB is 84 - color contains mainly: red. Hex color #544530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544530 is #ABBACF. Grayscale: #474747. Windows color (decimal): -11254480 or 3163476. OLE color: 3163476.

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

Color convert

RGB 84 69 48 -
CMYK 0 0.18 0.43 0.67
HSL 35º 0.27% 0.26% -
HSV(B) 35º 0.43% 0.33% -
XYZ 6.32 6.35 3.69 -
YUV 71.09 114.97 137.21 -
System Red Green Blue C M Y K H S L
Decimal 84 69 48 0 0.18 0.43 0.67 35 0.27 0.26
Hex 54 45 30 0 12 2B 43 23 1B 1A
Octal 124 105 60 0 22 53 103 43 33 32
Binary 1010100 1000101 110000 0 10010 101011 1000011 100011 11011 11010

Color Harmonies of #544530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544530

Black with #544530

Text Example


Text Example

White with #544530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544530; }

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

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

background-color css

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

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

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

border-color css

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

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

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