Html Css Color HEX #554F11 Bronze Olive

📋 copy color: '#554F11'

red 85 ◦ green 79 ◦ blue 17

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

Shades of Bronze Olive #554F11

Tints of Bronze Olive #554F11

RGB

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

 GREEN value IS 79 (31.25% from 255) = 43.65%

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

R = 46.96%
G = 43.65%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#554F11 (or 0x554F11) is known color: Bronze Olive. HEX triplet: 55, 4F and 11. RGB value is (85,79,17). Sum of RGB (Red+Green+Blue) = 85+79+17=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 79 (31.25% from 255 or 43.65% from 181); Blue value is 17 (7.03% from 255 or 9.39% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #554F11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554F11 is #AAB0EE. Grayscale: #494949. Windows color (decimal): -11186415 or 1134421. OLE color: 1134421.

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

Color convert

RGB 85 79 17 -
CMYK 0 0.07 0.80 0.67
HSL 54.71º 0.67% 0.2% -
HSV(B) 54.71º 0.8% 0.33% -
XYZ 6.64 7.56 1.64 -
YUV 73.73 95.99 136.04 -
System Red Green Blue C M Y K H S L
Decimal 85 79 17 0 0.07 0.80 0.67 54.71 0.67 0.2
Hex 55 4F 11 0 7 50 43 37 43 14
Octal 125 117 21 0 7 120 103 67 103 24
Binary 1010101 1001111 10001 0 111 1010000 1000011 110111 1000011 10100

Color Harmonies of #554F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554F11

Black with #554F11

Text Example


Text Example

White with #554F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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