Html Css Color HEX #554636 Metallic Bronze

📋 copy color: '#554636'

red 85 ◦ green 70 ◦ blue 54

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

Shades of Metallic Bronze #554636

Tints of Metallic Bronze #554636

RGB

 RED value IS 85 (33.59% from 255) = 40.67%

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

 BLUE value IS 54 (21.48% from 255) = 25.84%

R = 40.67%
G = 33.49%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#554636 (or 0x554636) is known color: Metallic Bronze. HEX triplet: 55, 46 and 36. RGB value is (85,70,54). Sum of RGB (Red+Green+Blue) = 85+70+54=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 54 (21.48% from 255 or 25.84% from 209); Max value from RGB is 85 - color contains mainly: red. Hex color #554636 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554636 is #AAB9C9. Grayscale: #484848. Windows color (decimal): -11188682 or 3556949. OLE color: 3556949.

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

Color convert

RGB 85 70 54 -
CMYK 0 0.18 0.36 0.67
HSL 30.97º 0.22% 0.27% -
HSV(B) 30.97º 0.36% 0.33% -
XYZ 6.6 6.58 4.41 -
YUV 72.66 117.47 136.8 -
System Red Green Blue C M Y K H S L
Decimal 85 70 54 0 0.18 0.36 0.67 30.97 0.22 0.27
Hex 55 46 36 0 12 24 43 1F 16 1B
Octal 125 106 66 0 22 44 103 37 26 33
Binary 1010101 1000110 110110 0 10010 100100 1000011 11111 10110 11011

Color Harmonies of #554636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554636

Black with #554636

Text Example


Text Example

White with #554636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554636; }

 p { color: rgb(85,70,54); }

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

background-color css

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

 a { background-color: rgb(85,70,54); }

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

border-color css

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

 span { border-color: rgb(85,70,54); }

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