Html Css Color HEX #534635 Metallic Bronze

📋 copy color: '#534635'

red 83 ◦ green 70 ◦ blue 53

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

Shades of Metallic Bronze #534635

Tints of Metallic Bronze #534635

RGB

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

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

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

R = 40.29%
G = 33.98%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#534635 (or 0x534635) is known color: Metallic Bronze. HEX triplet: 53, 46 and 35. RGB value is (83,70,53). Sum of RGB (Red+Green+Blue) = 83+70+53=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 53 (21.09% from 255 or 25.73% from 206); Max value from RGB is 83 - color contains mainly: red. Hex color #534635 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534635 is #ACB9CA. Grayscale: #484848. Windows color (decimal): -11319755 or 3491411. OLE color: 3491411.

HSL color Cylindrical-coordinate representation of color #534635: hue angle of 34º 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 #534635 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 70 53 -
CMYK 0 0.16 0.36 0.67
HSL 34º 0.22% 0.27% -
HSV(B) 34º 0.36% 0.33% -
XYZ 6.4 6.48 4.28 -
YUV 71.95 117.31 135.88 -
System Red Green Blue C M Y K H S L
Decimal 83 70 53 0 0.16 0.36 0.67 34 0.22 0.27
Hex 53 46 35 0 10 24 43 22 16 1B
Octal 123 106 65 0 20 44 103 42 26 33
Binary 1010011 1000110 110101 0 10000 100100 1000011 100010 10110 11011

Color Harmonies of #534635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534635

Black with #534635

Text Example


Text Example

White with #534635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534635; }

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

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

background-color css

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

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

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

border-color css

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

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

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