Html Css Color HEX #534736 Metallic Bronze

📋 copy color: '#534736'

red 83 ◦ green 71 ◦ blue 54

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

Shades of Metallic Bronze #534736

Tints of Metallic Bronze #534736

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.13%

 BLUE value IS 54 (21.48% from 255) = 25.96%

R = 39.9%
G = 34.13%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#534736 (or 0x534736) is known color: Metallic Bronze. HEX triplet: 53, 47 and 36. RGB value is (83,71,54). Sum of RGB (Red+Green+Blue) = 83+71+54=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 71 (28.12% from 255 or 34.13% from 208); Blue value is 54 (21.48% from 255 or 25.96% from 208); Max value from RGB is 83 - color contains mainly: red. Hex color #534736 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534736 is #ACB8C9. Grayscale: #484848. Windows color (decimal): -11319498 or 3557203. OLE color: 3557203.

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

Color convert

RGB 83 71 54 -
CMYK 0 0.14 0.35 0.67
HSL 35.17º 0.21% 0.27% -
HSV(B) 35.17º 0.35% 0.33% -
XYZ 6.49 6.61 4.42 -
YUV 72.65 117.48 135.38 -
System Red Green Blue C M Y K H S L
Decimal 83 71 54 0 0.14 0.35 0.67 35.17 0.21 0.27
Hex 53 47 36 0 E 23 43 23 15 1B
Octal 123 107 66 0 16 43 103 43 25 33
Binary 1010011 1000111 110110 0 1110 100011 1000011 100011 10101 11011

Color Harmonies of #534736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534736

Black with #534736

Text Example


Text Example

White with #534736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534736; }

 p { color: rgb(83,71,54); }

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

background-color css

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

 a { background-color: rgb(83,71,54); }

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

border-color css

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

 span { border-color: rgb(83,71,54); }

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