Html Css Color HEX #554920 Bronze Olive

📋 copy color: '#554920'

red 85 ◦ green 73 ◦ blue 32

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

Shades of Bronze Olive #554920

Tints of Bronze Olive #554920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 16.84%

R = 44.74%
G = 38.42%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#554920 (or 0x554920) is known color: Bronze Olive. HEX triplet: 55, 49 and 20. RGB value is (85,73,32). Sum of RGB (Red+Green+Blue) = 85+73+32=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 73 (28.91% from 255 or 38.42% from 190); Blue value is 32 (12.89% from 255 or 16.84% from 190); Max value from RGB is 85 - color contains mainly: red. Hex color #554920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554920 is #AAB6DF. Grayscale: #484848. Windows color (decimal): -11187936 or 2115925. OLE color: 2115925.

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

Color convert

RGB 85 73 32 -
CMYK 0 0.14 0.62 0.67
HSL 46.42º 0.45% 0.23% -
HSV(B) 46.42º 0.62% 0.33% -
XYZ 6.39 6.8 2.34 -
YUV 71.91 105.48 137.33 -
System Red Green Blue C M Y K H S L
Decimal 85 73 32 0 0.14 0.62 0.67 46.42 0.45 0.23
Hex 55 49 20 0 E 3E 43 2E 2D 17
Octal 125 111 40 0 16 76 103 56 55 27
Binary 1010101 1001001 100000 0 1110 111110 1000011 101110 101101 10111

Color Harmonies of #554920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554920

Black with #554920

Text Example


Text Example

White with #554920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554920; }

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

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

background-color css

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

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

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

border-color css

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

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

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