Html Css Color HEX #554911 Bronze Olive

📋 copy color: '#554911'

red 85 ◦ green 73 ◦ blue 17

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

Shades of Bronze Olive #554911

Tints of Bronze Olive #554911

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.71%

 BLUE value IS 17 (7.03% from 255) = 9.71%

R = 48.57%
G = 41.71%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#554911 (or 0x554911) is known color: Bronze Olive. HEX triplet: 55, 49 and 11. RGB value is (85,73,17). Sum of RGB (Red+Green+Blue) = 85+73+17=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 73 (28.91% from 255 or 41.71% from 175); Blue value is 17 (7.03% from 255 or 9.71% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #554911 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554911 is #AAB6EE. Grayscale: #464646. Windows color (decimal): -11187951 or 1132885. OLE color: 1132885.

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

Color convert

RGB 85 73 17 -
CMYK 0 0.14 0.80 0.67
HSL 49.41º 0.67% 0.2% -
HSV(B) 49.41º 0.8% 0.33% -
XYZ 6.23 6.74 1.5 -
YUV 70.2 97.98 138.55 -
System Red Green Blue C M Y K H S L
Decimal 85 73 17 0 0.14 0.80 0.67 49.41 0.67 0.2
Hex 55 49 11 0 E 50 43 31 43 14
Octal 125 111 21 0 16 120 103 61 103 24
Binary 1010101 1001001 10001 0 1110 1010000 1000011 110001 1000011 10100

Color Harmonies of #554911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554911

Black with #554911

Text Example


Text Example

White with #554911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554911; }

 p { color: rgb(85,73,17); }

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

background-color css

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

 a { background-color: rgb(85,73,17); }

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

border-color css

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

 span { border-color: rgb(85,73,17); }

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