Html Css Color HEX #554C17 Bronze Olive

📋 copy color: '#554C17'

red 85 ◦ green 76 ◦ blue 23

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

Shades of Bronze Olive #554C17

Tints of Bronze Olive #554C17

RGB

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

 GREEN value IS 76 (30.08% from 255) = 41.3%

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

R = 46.2%
G = 41.3%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#554C17 (or 0x554C17) is known color: Bronze Olive. HEX triplet: 55, 4C and 17. RGB value is (85,76,23). Sum of RGB (Red+Green+Blue) = 85+76+23=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 76 (30.08% from 255 or 41.30% from 184); Blue value is 23 (9.38% from 255 or 12.5% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #554C17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554C17 is #AAB3E8. Grayscale: #484848. Windows color (decimal): -11187177 or 1526869. OLE color: 1526869.

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

Color convert

RGB 85 76 23 -
CMYK 0 0.11 0.73 0.67
HSL 51.29º 0.57% 0.21% -
HSV(B) 51.29º 0.73% 0.33% -
XYZ 6.49 7.16 1.85 -
YUV 72.65 99.98 136.81 -
System Red Green Blue C M Y K H S L
Decimal 85 76 23 0 0.11 0.73 0.67 51.29 0.57 0.21
Hex 55 4C 17 0 B 49 43 33 39 15
Octal 125 114 27 0 13 111 103 63 71 25
Binary 1010101 1001100 10111 0 1011 1001001 1000011 110011 111001 10101

Color Harmonies of #554C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554C17

Black with #554C17

Text Example


Text Example

White with #554C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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