Html Css Color HEX #554B3E Metallic Bronze

📋 copy color: '#554B3E'

red 85 ◦ green 75 ◦ blue 62

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

Shades of Metallic Bronze #554B3E

Tints of Metallic Bronze #554B3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 27.93%

R = 38.29%
G = 33.78%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#554B3E (or 0x554B3E) is known color: Metallic Bronze. HEX triplet: 55, 4B and 3E. RGB value is (85,75,62). Sum of RGB (Red+Green+Blue) = 85+75+62=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 75 (29.69% from 255 or 33.78% from 222); Blue value is 62 (24.61% from 255 or 27.93% from 222); Max value from RGB is 85 - color contains mainly: red. Hex color #554B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554B3E is #AAB4C1. Grayscale: #4C4C4C. Windows color (decimal): -11187394 or 4082517. OLE color: 4082517.

HSL color Cylindrical-coordinate representation of color #554B3E: hue angle of 33.91º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #554B3E is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 75 62 -
CMYK 0 0.12 0.27 0.67
HSL 33.91º 0.16% 0.29% -
HSV(B) 33.91º 0.27% 0.33% -
XYZ 7.13 7.31 5.59 -
YUV 76.51 119.81 134.06 -
System Red Green Blue C M Y K H S L
Decimal 85 75 62 0 0.12 0.27 0.67 33.91 0.16 0.29
Hex 55 4B 3E 0 C 1B 43 22 10 1D
Octal 125 113 76 0 14 33 103 42 20 35
Binary 1010101 1001011 111110 0 1100 11011 1000011 100010 10000 11101

Color Harmonies of #554B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554B3E

Black with #554B3E

Text Example


Text Example

White with #554B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,75,62); }

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

background-color css

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

 a { background-color: rgb(85,75,62); }

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

border-color css

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

 span { border-color: rgb(85,75,62); }

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