#554B25

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

Shades of Bronze Olive #554B25

Tints of Bronze Olive #554B25

Color information

#554B25 (or 0x554B25) is unknown color: approx Bronze Olive. HEX triplet: 55, 4B and 25. RGB value is (85,75,37). Sum of RGB (Red+Green+Blue) = 85+75+37=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 75 (29.69% from 255 or 38.07% from 197); Blue value is 37 (14.84% from 255 or 18.78% from 197); Max value from RGB is 85 - color contains mainly: red. Hex color #554B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554B25 is #AAB4DA. Grayscale: #494949. Windows color (decimal): -11187419 or 2444117. OLE color: 2444117.

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

Color convert

RGB857537-
CMYK00.120.560.67
HSL47.5º39.34%23.92%-
HSV(B)47.5º56.47%33.33%-
XYZ6.67.12.77-
YUV73.66107.31136.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.15%
GREEN value IS 75 (29.69% from 255) = 38.07%
BLUE value IS 37 (14.84% from 255) = 18.78%
R=43.15%
G=38.07%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85753700.120.560.6747.539.3423.92
Hex554B250C3843302718
Octal1251134501470103604730
Binary1010101100101110010101100111000100001111000010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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