Html Css Color HEX #554D27 Bronze Olive

📋 copy color: '#554D27'

red 85 ◦ green 77 ◦ blue 39

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

Shades of Bronze Olive #554D27

Tints of Bronze Olive #554D27

RGB

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

 GREEN value IS 77 (30.47% from 255) = 38.31%

 BLUE value IS 39 (15.63% from 255) = 19.4%

R = 42.29%
G = 38.31%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#554D27 (or 0x554D27) is known color: Bronze Olive. HEX triplet: 55, 4D and 27. RGB value is (85,77,39). Sum of RGB (Red+Green+Blue) = 85+77+39=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 77 (30.47% from 255 or 38.31% from 201); Blue value is 39 (15.62% from 255 or 19.40% from 201); Max value from RGB is 85 - color contains mainly: red. Hex color #554D27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554D27 is #AAB2D8. Grayscale: #4B4B4B. Windows color (decimal): -11186905 or 2575701. OLE color: 2575701.

HSL color Cylindrical-coordinate representation of color #554D27: hue angle of 49.57º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #554D27 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 77 39 -
CMYK 0 0.09 0.54 0.67
HSL 49.57º 0.37% 0.24% -
HSV(B) 49.57º 0.54% 0.33% -
XYZ 6.77 7.39 2.99 -
YUV 75.06 107.65 135.09 -
System Red Green Blue C M Y K H S L
Decimal 85 77 39 0 0.09 0.54 0.67 49.57 0.37 0.24
Hex 55 4D 27 0 9 36 43 32 25 18
Octal 125 115 47 0 11 66 103 62 45 30
Binary 1010101 1001101 100111 0 1001 110110 1000011 110010 100101 11000

Color Harmonies of #554D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554D27

Black with #554D27

Text Example


Text Example

White with #554D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,77,39); }

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

background-color css

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

 a { background-color: rgb(85,77,39); }

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

border-color css

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

 span { border-color: rgb(85,77,39); }

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