Html Css Color HEX #554511 Bronze Olive

📋 copy color: '#554511'

red 85 ◦ green 69 ◦ blue 17

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

Shades of Bronze Olive #554511

Tints of Bronze Olive #554511

RGB

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

 GREEN value IS 69 (27.34% from 255) = 40.35%

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

R = 49.71%
G = 40.35%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#554511 (or 0x554511) is known color: Bronze Olive. HEX triplet: 55, 45 and 11. RGB value is (85,69,17). Sum of RGB (Red+Green+Blue) = 85+69+17=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 69 (27.34% from 255 or 40.35% from 171); Blue value is 17 (7.03% from 255 or 9.94% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #554511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554511 is #AABAEE. Grayscale: #444444. Windows color (decimal): -11188975 or 1131861. OLE color: 1131861.

HSL color Cylindrical-coordinate representation of color #554511: hue angle of 45.88º 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 #554511 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 69 17 -
CMYK 0 0.19 0.80 0.67
HSL 45.88º 0.67% 0.2% -
HSV(B) 45.88º 0.8% 0.33% -
XYZ 5.98 6.23 1.42 -
YUV 67.86 99.3 140.23 -
System Red Green Blue C M Y K H S L
Decimal 85 69 17 0 0.19 0.80 0.67 45.88 0.67 0.2
Hex 55 45 11 0 13 50 43 2E 43 14
Octal 125 105 21 0 23 120 103 56 103 24
Binary 1010101 1000101 10001 0 10011 1010000 1000011 101110 1000011 10100

Color Harmonies of #554511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554511

Black with #554511

Text Example


Text Example

White with #554511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554511; }

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

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

background-color css

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

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

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

border-color css

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

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

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