Html Css Color HEX #554D1A Bronze Olive

📋 copy color: '#554D1A'

red 85 ◦ green 77 ◦ blue 26

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

Shades of Bronze Olive #554D1A

Tints of Bronze Olive #554D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.83%

R = 45.21%
G = 40.96%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#554D1A (or 0x554D1A) is known color: Bronze Olive. HEX triplet: 55, 4D and 1A. RGB value is (85,77,26). Sum of RGB (Red+Green+Blue) = 85+77+26=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 77 (30.47% from 255 or 40.96% from 188); Blue value is 26 (10.55% from 255 or 13.83% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #554D1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554D1A is #AAB2E5. Grayscale: #494949. Windows color (decimal): -11186918 or 1723733. OLE color: 1723733.

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

Color convert

RGB 85 77 26 -
CMYK 0 0.09 0.69 0.67
HSL 51.86º 0.53% 0.22% -
HSV(B) 51.86º 0.69% 0.33% -
XYZ 6.59 7.31 2.04 -
YUV 73.58 101.15 136.15 -
System Red Green Blue C M Y K H S L
Decimal 85 77 26 0 0.09 0.69 0.67 51.86 0.53 0.22
Hex 55 4D 1A 0 9 45 43 34 35 16
Octal 125 115 32 0 11 105 103 64 65 26
Binary 1010101 1001101 11010 0 1001 1000101 1000011 110100 110101 10110

Color Harmonies of #554D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554D1A

Black with #554D1A

Text Example


Text Example

White with #554D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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