Html Css Color HEX #554D0A Bronze Olive

📋 copy color: '#554D0A'

red 85 ◦ green 77 ◦ blue 10

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

Shades of Bronze Olive #554D0A

Tints of Bronze Olive #554D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.81%

R = 49.42%
G = 44.77%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#554D0A (or 0x554D0A) is known color: Bronze Olive. HEX triplet: 55, 4D and 0A. RGB value is (85,77,10). Sum of RGB (Red+Green+Blue) = 85+77+10=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 77 (30.47% from 255 or 44.77% from 172); Blue value is 10 (4.30% from 255 or 5.81% from 172); Max value from RGB is 85 - color contains mainly: red. Hex color #554D0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554D0A is #AAB2F5. Grayscale: #484848. Windows color (decimal): -11186934 or 675157. OLE color: 675157.

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

Color convert

RGB 85 77 10 -
CMYK 0 0.09 0.88 0.67
HSL 53.6º 0.79% 0.19% -
HSV(B) 53.6º 0.88% 0.33% -
XYZ 6.45 7.26 1.35 -
YUV 71.75 93.15 137.45 -
System Red Green Blue C M Y K H S L
Decimal 85 77 10 0 0.09 0.88 0.67 53.6 0.79 0.19
Hex 55 4D A 0 9 58 43 36 4F 13
Octal 125 115 12 0 11 130 103 66 117 23
Binary 1010101 1001101 1010 0 1001 1011000 1000011 110110 1001111 10011

Color Harmonies of #554D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554D0A

Black with #554D0A

Text Example


Text Example

White with #554D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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