Html Css Color HEX #534535 Metallic Bronze

📋 copy color: '#534535'

red 83 ◦ green 69 ◦ blue 53

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

Shades of Metallic Bronze #534535

Tints of Metallic Bronze #534535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 25.85%

R = 40.49%
G = 33.66%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#534535 (or 0x534535) is known color: Metallic Bronze. HEX triplet: 53, 45 and 35. RGB value is (83,69,53). Sum of RGB (Red+Green+Blue) = 83+69+53=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 53 (21.09% from 255 or 25.85% from 205); Max value from RGB is 83 - color contains mainly: red. Hex color #534535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534535 is #ACBACA. Grayscale: #474747. Windows color (decimal): -11320011 or 3491155. OLE color: 3491155.

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

Color convert

RGB 83 69 53 -
CMYK 0 0.17 0.36 0.67
HSL 32º 0.22% 0.27% -
HSV(B) 32º 0.36% 0.33% -
XYZ 6.34 6.35 4.26 -
YUV 71.36 117.64 136.3 -
System Red Green Blue C M Y K H S L
Decimal 83 69 53 0 0.17 0.36 0.67 32 0.22 0.27
Hex 53 45 35 0 11 24 43 20 16 1B
Octal 123 105 65 0 21 44 103 40 26 33
Binary 1010011 1000101 110101 0 10001 100100 1000011 100000 10110 11011

Color Harmonies of #534535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534535

Black with #534535

Text Example


Text Example

White with #534535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534535; }

 p { color: rgb(83,69,53); }

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

background-color css

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

 a { background-color: rgb(83,69,53); }

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

border-color css

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

 span { border-color: rgb(83,69,53); }

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