#554315

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

Shades of Bronze Olive #554315

Tints of Bronze Olive #554315

Color information

#554315 (or 0x554315) is unknown color: approx Bronze Olive. HEX triplet: 55, 43 and 15. RGB value is (85,67,21). Sum of RGB (Red+Green+Blue) = 85+67+21=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 67 (26.56% from 255 or 38.73% from 173); Blue value is 21 (8.59% from 255 or 12.14% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #554315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554315 is #AABCEA. Grayscale: #434343. Windows color (decimal): -11189483 or 1393493. OLE color: 1393493.

HSL color Cylindrical-coordinate representation of color #554315: hue angle of 43.12º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #554315 is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB856721-
CMYK00.210.750.67
HSL43.12º60.38%20.78%-
HSV(B)43.12º75.29%33.33%-
XYZ5.8961.56-
YUV67.14101.96140.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.13%
GREEN value IS 67 (26.56% from 255) = 38.73%
BLUE value IS 21 (8.59% from 255) = 12.14%
R=49.13%
G=38.73%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85672100.210.750.6743.1260.3820.78
Hex5543150154B432b3c15
Octal12510325025113103537425
Binary10101011000011101010101011001011100001110101111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554315; }

 p { color: rgb(85,67,21); }

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

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

 a { background-color: rgb(85,67,21); }

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

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

 span { border-color: rgb(85,67,21); }

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