Html Css Color HEX #554D0F Bronze Olive

📋 copy color: '#554D0F'

red 85 ◦ green 77 ◦ blue 15

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

Shades of Bronze Olive #554D0F

Tints of Bronze Olive #554D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.47%

R = 48.02%
G = 43.5%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#554D0F (or 0x554D0F) is known color: Bronze Olive. HEX triplet: 55, 4D and 0F. RGB value is (85,77,15). Sum of RGB (Red+Green+Blue) = 85+77+15=177 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.02% from 177); Green value is 77 (30.47% from 255 or 43.50% from 177); Blue value is 15 (6.25% from 255 or 8.47% from 177); Max value from RGB is 85 - color contains mainly: red. Hex color #554D0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554D0F is #AAB2F0. Grayscale: #484848. Windows color (decimal): -11186929 or 1002837. OLE color: 1002837.

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

Color convert

RGB 85 77 15 -
CMYK 0 0.09 0.82 0.67
HSL 53.14º 0.7% 0.2% -
HSV(B) 53.14º 0.82% 0.33% -
XYZ 6.49 7.27 1.51 -
YUV 72.32 95.65 137.04 -
System Red Green Blue C M Y K H S L
Decimal 85 77 15 0 0.09 0.82 0.67 53.14 0.7 0.2
Hex 55 4D F 0 9 52 43 35 46 14
Octal 125 115 17 0 11 122 103 65 106 24
Binary 1010101 1001101 1111 0 1001 1010010 1000011 110101 1000110 10100

Color Harmonies of #554D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554D0F

Black with #554D0F

Text Example


Text Example

White with #554D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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