Html Css Color HEX #554720 Bronze Olive

📋 copy color: '#554720'

red 85 ◦ green 71 ◦ blue 32

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

Shades of Bronze Olive #554720

Tints of Bronze Olive #554720

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.77%

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

R = 45.21%
G = 37.77%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#554720 (or 0x554720) is known color: Bronze Olive. HEX triplet: 55, 47 and 20. RGB value is (85,71,32). Sum of RGB (Red+Green+Blue) = 85+71+32=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 71 (28.12% from 255 or 37.77% from 188); Blue value is 32 (12.89% from 255 or 17.02% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #554720 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554720 is #AAB8DF. Grayscale: #464646. Windows color (decimal): -11188448 or 2115413. OLE color: 2115413.

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

Color convert

RGB 85 71 32 -
CMYK 0 0.16 0.62 0.67
HSL 44.15º 0.45% 0.23% -
HSV(B) 44.15º 0.62% 0.33% -
XYZ 6.26 6.54 2.3 -
YUV 70.74 106.14 138.17 -
System Red Green Blue C M Y K H S L
Decimal 85 71 32 0 0.16 0.62 0.67 44.15 0.45 0.23
Hex 55 47 20 0 10 3E 43 2C 2D 17
Octal 125 107 40 0 20 76 103 54 55 27
Binary 1010101 1000111 100000 0 10000 111110 1000011 101100 101101 10111

Color Harmonies of #554720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554720

Black with #554720

Text Example


Text Example

White with #554720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554720; }

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

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

background-color css

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

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

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

border-color css

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

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

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