Html Css Color HEX #543D1F Deep Bronze

📋 copy color: '#543D1F'

red 84 ◦ green 61 ◦ blue 31

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

Shades of Deep Bronze #543D1F

Tints of Deep Bronze #543D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 17.61%

R = 47.73%
G = 34.66%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#543D1F (or 0x543D1F) is known color: Deep Bronze. HEX triplet: 54, 3D and 1F. RGB value is (84,61,31). Sum of RGB (Red+Green+Blue) = 84+61+31=176 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.73% from 176); Green value is 61 (24.22% from 255 or 34.66% from 176); Blue value is 31 (12.5% from 255 or 17.61% from 176); Max value from RGB is 84 - color contains mainly: red. Hex color #543D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543D1F is #ABC2E0. Grayscale: #404040. Windows color (decimal): -11256545 or 2047316. OLE color: 2047316.

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

Color convert

RGB 84 61 31 -
CMYK 0 0.27 0.63 0.67
HSL 33.96º 0.46% 0.23% -
HSV(B) 33.96º 0.63% 0.33% -
XYZ 5.57 5.32 2.03 -
YUV 64.46 109.12 141.94 -
System Red Green Blue C M Y K H S L
Decimal 84 61 31 0 0.27 0.63 0.67 33.96 0.46 0.23
Hex 54 3D 1F 0 1B 3F 43 22 2E 17
Octal 124 75 37 0 33 77 103 42 56 27
Binary 1010100 111101 11111 0 11011 111111 1000011 100010 101110 10111

Color Harmonies of #543D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #543D1F

Black with #543D1F

Text Example


Text Example

White with #543D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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