Html Css Color HEX #534639 Metallic Bronze

📋 copy color: '#534639'

red 83 ◦ green 70 ◦ blue 57

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

Shades of Metallic Bronze #534639

Tints of Metallic Bronze #534639

RGB

 RED value IS 83 (32.81% from 255) = 39.52%

 GREEN value IS 70 (27.73% from 255) = 33.33%

 BLUE value IS 57 (22.66% from 255) = 27.14%

R = 39.52%
G = 33.33%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#534639 (or 0x534639) is known color: Metallic Bronze. HEX triplet: 53, 46 and 39. RGB value is (83,70,57). Sum of RGB (Red+Green+Blue) = 83+70+57=210 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.52% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 57 (22.66% from 255 or 27.14% from 210); Max value from RGB is 83 - color contains mainly: red. Hex color #534639 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534639 is #ACB9C6. Grayscale: #484848. Windows color (decimal): -11319751 or 3753555. OLE color: 3753555.

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

Color convert

RGB 83 70 57 -
CMYK 0 0.16 0.31 0.67
HSL 30º 0.19% 0.27% -
HSV(B) 30º 0.31% 0.33% -
XYZ 6.5 6.51 4.79 -
YUV 72.41 119.31 135.56 -
System Red Green Blue C M Y K H S L
Decimal 83 70 57 0 0.16 0.31 0.67 30 0.19 0.27
Hex 53 46 39 0 10 1F 43 1E 13 1B
Octal 123 106 71 0 20 37 103 36 23 33
Binary 1010011 1000110 111001 0 10000 11111 1000011 11110 10011 11011

Color Harmonies of #534639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534639

Black with #534639

Text Example


Text Example

White with #534639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534639; }

 p { color: rgb(83,70,57); }

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

background-color css

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

 a { background-color: rgb(83,70,57); }

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

border-color css

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

 span { border-color: rgb(83,70,57); }

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