Html Css Color HEX #5D4B35 Metallic Bronze

📋 copy color: '#5D4B35'

red 93 ◦ green 75 ◦ blue 53

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

Shades of Metallic Bronze #5D4B35

Tints of Metallic Bronze #5D4B35

RGB

 RED value IS 93 (36.72% from 255) = 42.08%

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

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

R = 42.08%
G = 33.94%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0.64

RGB Variations

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

Color information

#5D4B35 (or 0x5D4B35) is known color: Metallic Bronze. HEX triplet: 5D, 4B and 35. RGB value is (93,75,53). Sum of RGB (Red+Green+Blue) = 93+75+53=221 (29% of max value = 765). Red value is 93 (36.72% from 255 or 42.08% from 221); Green value is 75 (29.69% from 255 or 33.94% from 221); Blue value is 53 (21.09% from 255 or 23.98% from 221); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4B35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D4B35 is #A2B4CA. Grayscale: #4D4D4D. Windows color (decimal): -10663115 or 3492701. OLE color: 3492701.

HSL color Cylindrical-coordinate representation of color #5D4B35: hue angle of 33º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5D4B35 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 75 53 -
CMYK 0 0.19 0.43 0.64
HSL 33º 0.27% 0.29% -
HSV(B) 33º 0.43% 0.36% -
XYZ 7.67 7.62 4.43 -
YUV 77.87 113.96 138.79 -
System Red Green Blue C M Y K H S L
Decimal 93 75 53 0 0.19 0.43 0.64 33 0.27 0.29
Hex 5D 4B 35 0 13 2B 40 21 1B 1D
Octal 135 113 65 0 23 53 100 41 33 35
Binary 1011101 1001011 110101 0 10011 101011 1000000 100001 11011 11101

Color Harmonies of #5D4B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4B35

Black with #5D4B35

Text Example


Text Example

White with #5D4B35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D4B35; }

 p { color: rgb(93,75,53); }

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

background-color css

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

 a { background-color: rgb(93,75,53); }

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

border-color css

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

 span { border-color: rgb(93,75,53); }

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