#554B1D

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

Shades of Bronze Olive #554B1D

Tints of Bronze Olive #554B1D

Color information

#554B1D (or 0x554B1D) is unknown color: approx Bronze Olive. HEX triplet: 55, 4B and 1D. RGB value is (85,75,29). Sum of RGB (Red+Green+Blue) = 85+75+29=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 75 (29.69% from 255 or 39.68% from 189); Blue value is 29 (11.72% from 255 or 15.34% from 189); Max value from RGB is 85 - color contains mainly: red. Hex color #554B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554B1D is #AAB4E2. Grayscale: #484848. Windows color (decimal): -11187427 or 1919829. OLE color: 1919829.

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

Color convert

RGB857529-
CMYK00.120.660.67
HSL49.29º49.12%22.35%-
HSV(B)49.29º65.88%33.33%-
XYZ6.487.052.18-
YUV72.75103.31136.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.97%
GREEN value IS 75 (29.69% from 255) = 39.68%
BLUE value IS 29 (11.72% from 255) = 15.34%
R=44.97%
G=39.68%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85752900.120.660.6749.2949.1222.35
Hex554B1D0C4243313116
Octal12511335014102103616126
Binary1010101100101111101011001000010100001111000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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