Html Css Color HEX #554A38 Metallic Bronze

📋 copy color: '#554A38'

red 85 ◦ green 74 ◦ blue 56

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

Shades of Metallic Bronze #554A38

Tints of Metallic Bronze #554A38

RGB

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

 GREEN value IS 74 (29.3% from 255) = 34.42%

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

R = 39.53%
G = 34.42%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.34

 K value IS 0.67

RGB Variations

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

Color information

#554A38 (or 0x554A38) is known color: Metallic Bronze. HEX triplet: 55, 4A and 38. RGB value is (85,74,56). Sum of RGB (Red+Green+Blue) = 85+74+56=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 56 (22.27% from 255 or 26.05% from 215); Max value from RGB is 85 - color contains mainly: red. Hex color #554A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554A38 is #AAB5C7. Grayscale: #4B4B4B. Windows color (decimal): -11187656 or 3689045. OLE color: 3689045.

HSL color Cylindrical-coordinate representation of color #554A38: hue angle of 37.24º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #554A38 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 74 56 -
CMYK 0 0.13 0.34 0.67
HSL 37.24º 0.21% 0.28% -
HSV(B) 37.24º 0.34% 0.33% -
XYZ 6.91 7.11 4.75 -
YUV 75.24 117.14 134.96 -
System Red Green Blue C M Y K H S L
Decimal 85 74 56 0 0.13 0.34 0.67 37.24 0.21 0.28
Hex 55 4A 38 0 D 22 43 25 15 1C
Octal 125 112 70 0 15 42 103 45 25 34
Binary 1010101 1001010 111000 0 1101 100010 1000011 100101 10101 11100

Color Harmonies of #554A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554A38

Black with #554A38

Text Example


Text Example

White with #554A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554A38; }

 p { color: rgb(85,74,56); }

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

background-color css

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

 a { background-color: rgb(85,74,56); }

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

border-color css

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

 span { border-color: rgb(85,74,56); }

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