#554B06

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

Shades of Bronze Olive #554B06

Tints of Bronze Olive #554B06

Color information

#554B06 (or 0x554B06) is unknown color: approx Bronze Olive. HEX triplet: 55, 4B and 06. RGB value is (85,75,6). Sum of RGB (Red+Green+Blue) = 85+75+6=166 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.20% from 166); Green value is 75 (29.69% from 255 or 45.18% from 166); Blue value is 6 (2.73% from 255 or 3.61% from 166); Max value from RGB is 85 - color contains mainly: red. Hex color #554B06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554B06 is #AAB4F9. Grayscale: #464646. Windows color (decimal): -11187450 or 412501. OLE color: 412501.

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

Color convert

RGB85756-
CMYK00.120.930.67
HSL52.41º86.81%17.84%-
HSV(B)52.41º92.94%33.33%-
XYZ6.36.981.19-
YUV70.1291.81138.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.20%
GREEN value IS 75 (29.69% from 255) = 45.18%
BLUE value IS 6 (2.73% from 255) = 3.61%
R=51.20%
G=45.18%
B=3.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8575600.120.930.6752.4186.8117.84
Hex554B60C5D43345712
Octal12511360141351036412722
Binary101010110010111100110010111011000011110100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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