Html Css Color HEX #584B3B Metallic Bronze

📋 copy color: '#584B3B'

red 88 ◦ green 75 ◦ blue 59

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

Shades of Metallic Bronze #584B3B

Tints of Metallic Bronze #584B3B

RGB

 RED value IS 88 (34.77% from 255) = 39.64%

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

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

R = 39.64%
G = 33.78%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#584B3B (or 0x584B3B) is known color: Metallic Bronze. HEX triplet: 58, 4B and 3B. RGB value is (88,75,59). Sum of RGB (Red+Green+Blue) = 88+75+59=222 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.64% from 222); Green value is 75 (29.69% from 255 or 33.78% from 222); Blue value is 59 (23.44% from 255 or 26.58% from 222); Max value from RGB is 88 - color contains mainly: red. Hex color #584B3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584B3B is #A7B4C4. Grayscale: #4D4D4D. Windows color (decimal): -10990789 or 3885912. OLE color: 3885912.

HSL color Cylindrical-coordinate representation of color #584B3B: hue angle of 33.1º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #584B3B is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 75 59 -
CMYK 0 0.15 0.33 0.65
HSL 33.1º 0.2% 0.29% -
HSV(B) 33.1º 0.33% 0.35% -
XYZ 7.33 7.42 5.18 -
YUV 77.06 117.81 135.8 -
System Red Green Blue C M Y K H S L
Decimal 88 75 59 0 0.15 0.33 0.65 33.1 0.2 0.29
Hex 58 4B 3B 0 F 21 41 21 14 1D
Octal 130 113 73 0 17 41 101 41 24 35
Binary 1011000 1001011 111011 0 1111 100001 1000001 100001 10100 11101

Color Harmonies of #584B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584B3B

Black with #584B3B

Text Example


Text Example

White with #584B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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