Html Css Color HEX #534638 Metallic Bronze

📋 copy color: '#534638'

red 83 ◦ green 70 ◦ blue 56

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

Shades of Metallic Bronze #534638

Tints of Metallic Bronze #534638

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 26.79%

R = 39.71%
G = 33.49%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#534638 (or 0x534638) is known color: Metallic Bronze. HEX triplet: 53, 46 and 38. RGB value is (83,70,56). Sum of RGB (Red+Green+Blue) = 83+70+56=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 56 (22.27% from 255 or 26.79% from 209); Max value from RGB is 83 - color contains mainly: red. Hex color #534638 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534638 is #ACB9C7. Grayscale: #484848. Windows color (decimal): -11319752 or 3688019. OLE color: 3688019.

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

Color convert

RGB 83 70 56 -
CMYK 0 0.16 0.33 0.67
HSL 31.11º 0.19% 0.27% -
HSV(B) 31.11º 0.33% 0.33% -
XYZ 6.47 6.5 4.66 -
YUV 72.29 118.81 135.64 -
System Red Green Blue C M Y K H S L
Decimal 83 70 56 0 0.16 0.33 0.67 31.11 0.19 0.27
Hex 53 46 38 0 10 21 43 1F 13 1B
Octal 123 106 70 0 20 41 103 37 23 33
Binary 1010011 1000110 111000 0 10000 100001 1000011 11111 10011 11011

Color Harmonies of #534638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534638

Black with #534638

Text Example


Text Example

White with #534638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534638; }

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

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

background-color css

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

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

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

border-color css

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

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

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