#554B0A

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

Shades of Bronze Olive #554B0A

Tints of Bronze Olive #554B0A

Color information

#554B0A (or 0x554B0A) is unknown color: approx Bronze Olive. HEX triplet: 55, 4B and 0A. RGB value is (85,75,10). Sum of RGB (Red+Green+Blue) = 85+75+10=170 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50% from 170); Green value is 75 (29.69% from 255 or 44.12% from 170); Blue value is 10 (4.30% from 255 or 5.88% from 170); Max value from RGB is 85 - color contains mainly: red. Hex color #554B0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554B0A is #AAB4F5. Grayscale: #464646. Windows color (decimal): -11187446 or 674645. OLE color: 674645.

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

Color convert

RGB857510-
CMYK00.120.880.67
HSL52º78.95%18.63%-
HSV(B)52º88.24%33.33%-
XYZ6.326.991.3-
YUV70.5893.81138.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50%
GREEN value IS 75 (29.69% from 255) = 44.12%
BLUE value IS 10 (4.30% from 255) = 5.88%
R=50%
G=44.12%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85751000.120.880.675278.9518.63
Hex554BA0C5843344f13
Octal125113120141301036411723
Binary1010101100101110100110010110001000011110100100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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