Html Css Color HEX #543D1D Deep Bronze

📋 copy color: '#543D1D'

red 84 ◦ green 61 ◦ blue 29

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

Shades of Deep Bronze #543D1D

Tints of Deep Bronze #543D1D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 35.06%

 BLUE value IS 29 (11.72% from 255) = 16.67%

R = 48.28%
G = 35.06%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#543D1D (or 0x543D1D) is known color: Deep Bronze. HEX triplet: 54, 3D and 1D. RGB value is (84,61,29). Sum of RGB (Red+Green+Blue) = 84+61+29=174 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48.28% from 174); Green value is 61 (24.22% from 255 or 35.06% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 84 - color contains mainly: red. Hex color #543D1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543D1D is #ABC2E2. Grayscale: #404040. Windows color (decimal): -11256547 or 1916244. OLE color: 1916244.

HSL color Cylindrical-coordinate representation of color #543D1D: hue angle of 34.91º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #543D1D is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 61 29 -
CMYK 0 0.27 0.65 0.67
HSL 34.91º 0.49% 0.22% -
HSV(B) 34.91º 0.65% 0.33% -
XYZ 5.55 5.31 1.9 -
YUV 64.23 108.12 142.1 -
System Red Green Blue C M Y K H S L
Decimal 84 61 29 0 0.27 0.65 0.67 34.91 0.49 0.22
Hex 54 3D 1D 0 1B 41 43 23 31 16
Octal 124 75 35 0 33 101 103 43 61 26
Binary 1010100 111101 11101 0 11011 1000001 1000011 100011 110001 10110

Color Harmonies of #543D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #543D1D

Black with #543D1D

Text Example


Text Example

White with #543D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #543D1D; }

 p { color: rgb(84,61,29); }

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

background-color css

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

 a { background-color: rgb(84,61,29); }

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

border-color css

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

 span { border-color: rgb(84,61,29); }

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