Html Css Color HEX #534B3B Metallic Bronze

📋 copy color: '#534B3B'

red 83 ◦ green 75 ◦ blue 59

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

Shades of Metallic Bronze #534B3B

Tints of Metallic Bronze #534B3B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 34.56%

 BLUE value IS 59 (23.44% from 255) = 27.19%

R = 38.25%
G = 34.56%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#534B3B (or 0x534B3B) is known color: Metallic Bronze. HEX triplet: 53, 4B and 3B. RGB value is (83,75,59). Sum of RGB (Red+Green+Blue) = 83+75+59=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 75 (29.69% from 255 or 34.56% from 217); Blue value is 59 (23.44% from 255 or 27.19% from 217); Max value from RGB is 83 - color contains mainly: red. Hex color #534B3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534B3B is #ACB4C4. Grayscale: #4B4B4B. Windows color (decimal): -11318469 or 3885907. OLE color: 3885907.

HSL color Cylindrical-coordinate representation of color #534B3B: hue angle of 40º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #534B3B is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 75 59 -
CMYK 0 0.10 0.29 0.67
HSL 40º 0.17% 0.28% -
HSV(B) 40º 0.29% 0.33% -
XYZ 6.87 7.19 5.16 -
YUV 75.57 118.65 133.3 -
System Red Green Blue C M Y K H S L
Decimal 83 75 59 0 0.10 0.29 0.67 40 0.17 0.28
Hex 53 4B 3B 0 A 1D 43 28 11 1C
Octal 123 113 73 0 12 35 103 50 21 34
Binary 1010011 1001011 111011 0 1010 11101 1000011 101000 10001 11100

Color Harmonies of #534B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534B3B

Black with #534B3B

Text Example


Text Example

White with #534B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534B3B; }

 p { color: rgb(83,75,59); }

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

background-color css

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

 a { background-color: rgb(83,75,59); }

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

border-color css

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

 span { border-color: rgb(83,75,59); }

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