Html Css Color HEX #554A17 Bronze Olive

📋 copy color: '#554A17'

red 85 ◦ green 74 ◦ blue 23

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

Shades of Bronze Olive #554A17

Tints of Bronze Olive #554A17

RGB

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

 GREEN value IS 74 (29.3% from 255) = 40.66%

 BLUE value IS 23 (9.38% from 255) = 12.64%

R = 46.7%
G = 40.66%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#554A17 (or 0x554A17) is known color: Bronze Olive. HEX triplet: 55, 4A and 17. RGB value is (85,74,23). Sum of RGB (Red+Green+Blue) = 85+74+23=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 74 (29.30% from 255 or 40.66% from 182); Blue value is 23 (9.38% from 255 or 12.64% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #554A17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554A17 is #AAB5E8. Grayscale: #474747. Windows color (decimal): -11187689 or 1526357. OLE color: 1526357.

HSL color Cylindrical-coordinate representation of color #554A17: hue angle of 49.35º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #554A17 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 74 23 -
CMYK 0 0.13 0.73 0.67
HSL 49.35º 0.57% 0.21% -
HSV(B) 49.35º 0.73% 0.33% -
XYZ 6.35 6.89 1.81 -
YUV 71.48 100.64 137.65 -
System Red Green Blue C M Y K H S L
Decimal 85 74 23 0 0.13 0.73 0.67 49.35 0.57 0.21
Hex 55 4A 17 0 D 49 43 31 39 15
Octal 125 112 27 0 15 111 103 61 71 25
Binary 1010101 1001010 10111 0 1101 1001001 1000011 110001 111001 10101

Color Harmonies of #554A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554A17

Black with #554A17

Text Example


Text Example

White with #554A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,74,23); }

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

background-color css

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

 a { background-color: rgb(85,74,23); }

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

border-color css

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

 span { border-color: rgb(85,74,23); }

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