Html Css Color HEX #554D1D Bronze Olive

📋 copy color: '#554D1D'

red 85 ◦ green 77 ◦ blue 29

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

Shades of Bronze Olive #554D1D

Tints of Bronze Olive #554D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.18%

R = 44.5%
G = 40.31%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#554D1D (or 0x554D1D) is known color: Bronze Olive. HEX triplet: 55, 4D and 1D. RGB value is (85,77,29). Sum of RGB (Red+Green+Blue) = 85+77+29=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 77 (30.47% from 255 or 40.31% from 191); Blue value is 29 (11.72% from 255 or 15.18% from 191); Max value from RGB is 85 - color contains mainly: red. Hex color #554D1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554D1D is #AAB2E2. Grayscale: #4A4A4A. Windows color (decimal): -11186915 or 1920341. OLE color: 1920341.

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

Color convert

RGB 85 77 29 -
CMYK 0 0.09 0.66 0.67
HSL 51.43º 0.49% 0.22% -
HSV(B) 51.43º 0.66% 0.33% -
XYZ 6.62 7.33 2.23 -
YUV 73.92 102.65 135.9 -
System Red Green Blue C M Y K H S L
Decimal 85 77 29 0 0.09 0.66 0.67 51.43 0.49 0.22
Hex 55 4D 1D 0 9 42 43 33 31 16
Octal 125 115 35 0 11 102 103 63 61 26
Binary 1010101 1001101 11101 0 1001 1000010 1000011 110011 110001 10110

Color Harmonies of #554D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554D1D

Black with #554D1D

Text Example


Text Example

White with #554D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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