Html Css Color HEX #554600 Bronze Olive

📋 copy color: '#554600'

red 85 ◦ green 70 ◦ blue 0

#554600
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronze Olive #554600

Tints of Bronze Olive #554600

RGB

 RED value IS 85 (33.59% from 255) = 54.84%

 GREEN value IS 70 (27.73% from 255) = 45.16%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.84%
G = 45.16%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#554600 (or 0x554600) is known color: Bronze Olive. HEX triplet: 55, 46 and 00. RGB value is (85,70,0). Sum of RGB (Red+Green+Blue) = 85+70+0=155 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.84% from 155); Green value is 70 (27.73% from 255 or 45.16% from 155); Blue value is 0 (0.39% from 255 or 0% from 155); Max value from RGB is 85 - color contains mainly: red. Hex color #554600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554600 is #AAB9FF. Grayscale: #424242. Windows color (decimal): -11188736 or 18005. OLE color: 18005.

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

Color convert

RGB 85 70 0 -
CMYK 0 0.18 1 0.67
HSL 49.41º 1% 0.17% -
HSV(B) 49.41º 1% 0.33% -
XYZ 5.94 6.31 0.91 -
YUV 66.51 90.47 141.19 -
System Red Green Blue C M Y K H S L
Decimal 85 70 0 0 0.18 1 0.67 49.41 1 0.17
Hex 55 46 0 0 12 64 43 31 64 11
Octal 125 106 0 0 22 144 103 61 144 21
Binary 1010101 1000110 0 0 10010 1100100 1000011 110001 1100100 10001

Color Harmonies of #554600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554600

Black with #554600

Text Example


Text Example

White with #554600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554600; }

 p { color: rgb(85,70,0); }

 H1.HeaderClassName
 {
   color: #554600;
 }
 .AnyTagClassName
 {
   color: #554600;
 }
</style>

background-color css

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

 a { background-color: rgb(85,70,0); }

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

border-color css

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

 span { border-color: rgb(85,70,0); }

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