#554B07

Color #554B07 Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #554B07

Tints of Bronze Olive #554B07

Color information

#554B07 (or 0x554B07) is unknown color: approx Bronze Olive. HEX triplet: 55, 4B and 07. RGB value is (85,75,7). Sum of RGB (Red+Green+Blue) = 85+75+7=167 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.90% from 167); Green value is 75 (29.69% from 255 or 44.91% from 167); Blue value is 7 (3.12% from 255 or 4.19% from 167); Max value from RGB is 85 - color contains mainly: red. Hex color #554B07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554B07 is #AAB4F8. Grayscale: #464646. Windows color (decimal): -11187449 or 478037. OLE color: 478037.

HSL color Cylindrical-coordinate representation of color #554B07: hue angle of 52.31º 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 #554B07 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB85757-
CMYK00.120.920.67
HSL52.31º84.78%18.04%-
HSV(B)52.31º91.76%33.33%-
XYZ6.36.981.22-
YUV70.2492.31138.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.90%
GREEN value IS 75 (29.69% from 255) = 44.91%
BLUE value IS 7 (3.12% from 255) = 4.19%
R=50.90%
G=44.91%
B=4.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8575700.120.920.6752.3184.7818.04
Hex554B70C5C43345512
Octal12511370141341036412522
Binary101010110010111110110010111001000011110100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #554B07;
 }
 .AnyTagClassName
 {
   color: #554B07;
 }
</style>
background-color css

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

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

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

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

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

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