#554B1C

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

Shades of Bronze Olive #554B1C

Tints of Bronze Olive #554B1C

Color information

#554B1C (or 0x554B1C) is unknown color: approx Bronze Olive. HEX triplet: 55, 4B and 1C. RGB value is (85,75,28). Sum of RGB (Red+Green+Blue) = 85+75+28=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 75 (29.69% from 255 or 39.89% from 188); Blue value is 28 (11.33% from 255 or 14.89% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #554B1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554B1C is #AAB4E3. Grayscale: #484848. Windows color (decimal): -11187428 or 1854293. OLE color: 1854293.

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

Color convert

RGB857528-
CMYK00.120.670.67
HSL49.47º50.44%22.16%-
HSV(B)49.47º67.06%33.33%-
XYZ6.477.052.12-
YUV72.63102.81136.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.21%
GREEN value IS 75 (29.69% from 255) = 39.89%
BLUE value IS 28 (11.33% from 255) = 14.89%
R=45.21%
G=39.89%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85752800.120.670.6749.4750.4422.16
Hex554B1C0C4343313216
Octal12511334014103103616226
Binary1010101100101111100011001000011100001111000111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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