Html Css Color HEX #554D07 Bronze Olive

📋 copy color: '#554D07'

red 85 ◦ green 77 ◦ blue 7

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

Shades of Bronze Olive #554D07

Tints of Bronze Olive #554D07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.14%

R = 50.3%
G = 45.56%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#554D07 (or 0x554D07) is known color: Bronze Olive. HEX triplet: 55, 4D and 07. RGB value is (85,77,7). Sum of RGB (Red+Green+Blue) = 85+77+7=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 77 (30.47% from 255 or 45.56% from 169); Blue value is 7 (3.12% from 255 or 4.14% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #554D07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554D07 is #AAB2F8. Grayscale: #474747. Windows color (decimal): -11186937 or 478549. OLE color: 478549.

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

Color convert

RGB 85 77 7 -
CMYK 0 0.09 0.92 0.67
HSL 53.85º 0.85% 0.18% -
HSV(B) 53.85º 0.92% 0.33% -
XYZ 6.44 7.25 1.26 -
YUV 71.41 91.65 137.69 -
System Red Green Blue C M Y K H S L
Decimal 85 77 7 0 0.09 0.92 0.67 53.85 0.85 0.18
Hex 55 4D 7 0 9 5C 43 36 55 12
Octal 125 115 7 0 11 134 103 66 125 22
Binary 1010101 1001101 111 0 1001 1011100 1000011 110110 1010101 10010

Color Harmonies of #554D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554D07

Black with #554D07

Text Example


Text Example

White with #554D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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